diff options
author | Richard Nelson <richard@lindenlab.com> | 2011-10-19 13:28:15 -0700 |
---|---|---|
committer | Richard Nelson <richard@lindenlab.com> | 2011-10-19 13:28:15 -0700 |
commit | ccabbec51c87b27d204e49a6bcad72e7ad7aa095 (patch) | |
tree | b2d13d430d380b5f56195c1e9e954198c352ffbf /indra/llui/llfloater.cpp | |
parent | e596520644f66c45a99c11cb040ae52e79655c10 (diff) |
floaters only save rect when explicitly moved by user
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r-- | indra/llui/llfloater.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 869ad4410b..3085921e04 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -539,7 +539,6 @@ LLFloater::~LLFloater() delete mResizeHandle[i]; } - storeRectControl(); setVisible(false); // We're not visible if we're destroyed storeVisibilityControl(); storeDockStateControl(); |