summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2013-04-03 19:58:46 +0300
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2013-04-03 19:58:46 +0300
commitdabce05d1eed47944e39438e50b3c788b7df649d (patch)
tree2f0a6d45b97580139b99ed4bbb70c17882c980ff /indra/newview
parentc081d4e249487031c3dd9028f6d0450cba5776a7 (diff)
CHUI-820 FIXED Cannot snap or move collapsed conversation window to left or right edge of viewer window
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/llviewerwindow.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llviewerwindow.cpp b/indra/newview/llviewerwindow.cpp
index 4afd90b44c..be508ad17d 100755
--- a/indra/newview/llviewerwindow.cpp
+++ b/indra/newview/llviewerwindow.cpp
@@ -1798,9 +1798,7 @@ void LLViewerWindow::initBase()
// Constrain floaters to inside the menu and status bar regions.
gFloaterView = main_view->getChild<LLFloaterView>("Floater View");
- gFloaterView->setFloaterSnapView(main_view->getChild<LLView>("floater_snap_region")->getHandle());
gSnapshotFloaterView = main_view->getChild<LLSnapshotFloaterView>("Snapshot Floater View");
-
// Console
llassert( !gConsole );