diff options
author | Jacek Antonelli | 2010-10-21 23:28:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-10-21 23:28:59 -0500 |
commit | e78f14af350c8cfa6da7e8c5f273e335d8faac6e (patch) | |
tree | a53763c7b63cb21e29ffa80e53ef937df2fdff07 /linden | |
parent | Imprudence 1.3.0 (final) released. (diff) | |
download | meta-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')
-rw-r--r-- | linden/indra/newview/llfloatersnapshot.cpp | 1 |
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 | } |