summaryrefslogtreecommitdiff
path: root/indra/llui/llfloater.cpp
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-10-19 13:28:15 -0700
committerRichard Nelson <richard@lindenlab.com>2011-10-19 13:28:15 -0700
commitccabbec51c87b27d204e49a6bcad72e7ad7aa095 (patch)
treeb2d13d430d380b5f56195c1e9e954198c352ffbf /indra/llui/llfloater.cpp
parente596520644f66c45a99c11cb040ae52e79655c10 (diff)
floaters only save rect when explicitly moved by user
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r--indra/llui/llfloater.cpp1
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();