From f1d834c50d7155102a6482e1c4e4205ddca65be2 Mon Sep 17 00:00:00 2001 From: Yuri Chebotarev Date: Tue, 3 Nov 2009 17:31:26 +0200 Subject: fix for normal task EXT-239 Save chat window state and position between sessions --HG-- branch : product-engine --- indra/llui/llfloater.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'indra/llui/llfloater.cpp') 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) -- cgit v1.2.3