diff options
author | Steve Bennetts <steve@lindenlab.com> | 2009-11-03 18:19:45 -0800 |
---|---|---|
committer | Steve Bennetts <steve@lindenlab.com> | 2009-11-03 18:19:45 -0800 |
commit | 3e3ef5c53d2e73c0836ef6056d222c4c35b8ac2d (patch) | |
tree | 81c0151e33702653fb5533e9e10ca41cc906fa7a /indra/llui/llfloater.cpp | |
parent | ce3dfcee3bec1ad782128ea891e21130911c9984 (diff) | |
parent | de2fe92bb9df5f5f64dff79a4e6df35330c15329 (diff) |
merge from https://hg.aws.productengine.com/secondlife/viewer-2-0/
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r-- | indra/llui/llfloater.cpp | 6 |
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) |