Merge branch 'master' of github-siana:siana/SingularityViewer into future

This commit is contained in:
Siana Gearz
2011-08-03 01:01:00 +02:00
10 changed files with 51 additions and 36 deletions

View File

@@ -2111,11 +2111,17 @@ void LLFloaterSnapshot::draw()
}
}
void LLFloaterSnapshot::onOpen()
{
gSavedSettings.setBOOL("SnapshotBtnState", TRUE);
}
void LLFloaterSnapshot::onClose(bool app_quitting)
{
gSnapshotFloaterView->setEnabled(FALSE);
// Set invisible so it doesn't eat tooltips. JC
gSnapshotFloaterView->setVisible(FALSE);
gSavedSettings.setBOOL("SnapshotBtnState", FALSE);
destroy();
}