diff options
author | Richard Linden <none@none> | 2012-02-28 13:45:36 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2012-02-28 13:45:36 -0800 |
commit | 80f2548371328f6fa1936ecc03a85a09f1b19508 (patch) | |
tree | b33d849e565b9ecdf0ea370378fb67c55c178a64 /indra/llui/llfloater.h | |
parent | 874a67776bb2e0ec3f0d5c79cae570830da91d56 (diff) |
EXP-1918 FIX Floaters that are stacked are not offset
EXP-1919 FIX Resizing viewer window with minimized floaters can result in floaters appearing off screen when un-minimized
Diffstat (limited to 'indra/llui/llfloater.h')
-rw-r--r-- | indra/llui/llfloater.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfloater.h b/indra/llui/llfloater.h index 4aa663d57e..64d6dcea04 100644 --- a/indra/llui/llfloater.h +++ b/indra/llui/llfloater.h @@ -358,7 +358,7 @@ protected: virtual bool applyRectControl(); bool applyDockState(); - void applyPositioning(LLFloater* other); + void applyPositioning(LLFloater* other, bool on_open); void applyRelativePosition(); void storeRectControl(); |