Snapshot Freeze Time: add Langolier tag for new (invisible) avatars.

If an avatar TP's in while you are in Freeze Time mode, they now have a
visible tag with the tag 'Langolier' in it. After exiting Freeze Time
mode they become visible. Before they would stay invisible.
This commit is contained in:
Aleric Inglewood
2013-01-03 00:02:28 +01:00
parent cc276ff232
commit b0fe12f597
5 changed files with 27 additions and 14 deletions

View File

@@ -2977,6 +2977,8 @@ void LLFloaterSnapshot::onClose(bool app_quitting)
// Set invisible so it doesn't eat tooltips. JC
gSnapshotFloaterView->setVisible(FALSE);
gSavedSettings.setBOOL("SnapshotBtnState", FALSE);
gSavedSettings.setBOOL("UseFreezeTime", FALSE);
impl.updateLayout(this);
destroy();
}