aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
authorJacek Antonelli2010-10-21 23:28:59 -0500
committerJacek Antonelli2010-10-21 23:28:59 -0500
commite78f14af350c8cfa6da7e8c5f273e335d8faac6e (patch)
treea53763c7b63cb21e29ffa80e53ef937df2fdff07 /linden/indra/newview
parentImprudence 1.3.0 (final) released. (diff)
downloadmeta-impy-e78f14af350c8cfa6da7e8c5f273e335d8faac6e.zip
meta-impy-e78f14af350c8cfa6da7e8c5f273e335d8faac6e.tar.gz
meta-impy-e78f14af350c8cfa6da7e8c5f273e335d8faac6e.tar.bz2
meta-impy-e78f14af350c8cfa6da7e8c5f273e335d8faac6e.tar.xz
Fixed #629: Freeze Frame snapshot option breaks the UI.
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/llfloatersnapshot.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/linden/indra/newview/llfloatersnapshot.cpp b/linden/indra/newview/llfloatersnapshot.cpp
index 9e8c38b..a3b213e 100644
--- a/linden/indra/newview/llfloatersnapshot.cpp
+++ b/linden/indra/newview/llfloatersnapshot.cpp
@@ -2125,7 +2125,6 @@ BOOL LLFloaterSnapshot::postBuild()
2125 //gSnapshotFloaterView->addChild(this); 2125 //gSnapshotFloaterView->addChild(this);
2126 2126
2127 impl.updateControls(this); 2127 impl.updateControls(this);
2128 impl.updateLayout(this);
2129 2128
2130 return TRUE; 2129 return TRUE;
2131} 2130}