Merge branch 'master' of github-siana:siana/SingularityViewer into future
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user