summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorRichard Nelson <richard@lindenlab.com>2011-10-19 17:56:00 -0700
committerRichard Nelson <richard@lindenlab.com>2011-10-19 17:56:00 -0700
commita6dedd63f9ff6c860e470a4bb7e3fda4aded3004 (patch)
treeee109e0473c8baafc4d3937d7aa378bb673f0f7e /indra/llui
parentf66b028e908b1f8118b383e98ff8263096d5d1e0 (diff)
EXP-1424 FIX Floaters open on top of one another in default position with no offset
floaters only stack on floaters that haven't moved
Diffstat (limited to 'indra/llui')
-rw-r--r--indra/llui/llfloater.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp
index c1faa304a8..9b28ab4bb5 100644
--- a/indra/llui/llfloater.cpp
+++ b/indra/llui/llfloater.cpp
@@ -1071,6 +1071,7 @@ void LLFloater::handleReshape(const LLRect& new_rect, bool by_user)
if (by_user)
{
storeRectControl();
+ mOpenPositioning = LLFloaterEnums::OPEN_POSITIONING_NONE;
}
// if not minimized, adjust all snapped dependents to new shape