summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
authorYuri Chebotarev <ychebotarev@productengine.com>2009-11-03 17:31:26 +0200
committerYuri Chebotarev <ychebotarev@productengine.com>2009-11-03 17:31:26 +0200
commitf1d834c50d7155102a6482e1c4e4205ddca65be2 (patch)
tree1a12e4e86e2a10785bf3c7abe4a1f6540b2b8a0b /indra/llui/llfloater.cpp
parent3b17d74cb0998bbdbd70e3fc70255a2ba5df385b (diff)
fix for normal task EXT-239 Save chat window state and position between sessions
--HG-- branch : product-engine
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r--indra/llui/llfloater.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index 8c72b079ee..99aebbcb30 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -772,6 +772,12 @@ LLMultiFloater* LLFloater::getHost()
return (LLMultiFloater*)mHostHandle.get();
}
+void LLFloater::applySavedVariables()
+{
+ applyRectControl();
+ applyDockState();
+}
+
void LLFloater::applyRectControl()
{
if (mRectControl.size() > 1)