diff options
author | Jacek Antonelli | 2010-10-21 23:28:59 -0500 |
---|---|---|
committer | Jacek Antonelli | 2010-10-22 18:13:16 -0500 |
commit | 36d557ff2a2290ca3f3a66a504852328e6dc32a2 (patch) | |
tree | d676774ceaf672a82e8c2ed4bbcc6542f22a207b /linden/indra/newview | |
parent | Fixed the Preferences > Communication tab options not enabling (happens on Op... (diff) | |
download | meta-impy-36d557ff2a2290ca3f3a66a504852328e6dc32a2.zip meta-impy-36d557ff2a2290ca3f3a66a504852328e6dc32a2.tar.gz meta-impy-36d557ff2a2290ca3f3a66a504852328e6dc32a2.tar.bz2 meta-impy-36d557ff2a2290ca3f3a66a504852328e6dc32a2.tar.xz |
Fixed #629: Freeze Frame snapshot option breaks the UI.
Diffstat (limited to 'linden/indra/newview')
-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 c0e972d..a58120d 100644 --- a/linden/indra/newview/llfloatersnapshot.cpp +++ b/linden/indra/newview/llfloatersnapshot.cpp | |||
@@ -2128,7 +2128,6 @@ BOOL LLFloaterSnapshot::postBuild() | |||
2128 | //gSnapshotFloaterView->addChild(this); | 2128 | //gSnapshotFloaterView->addChild(this); |
2129 | 2129 | ||
2130 | impl.updateControls(this); | 2130 | impl.updateControls(this); |
2131 | impl.updateLayout(this); | ||
2132 | 2131 | ||
2133 | return TRUE; | 2132 | return TRUE; |
2134 | } | 2133 | } |