diff options
author | Richard Linden <none@none> | 2011-03-02 21:05:03 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2011-03-02 21:05:03 -0800 |
commit | 92403b4ea1c02d378a1157e8912f1e3976ba3772 (patch) | |
tree | 1ccb9e98a5f9f853c113b530746de70c2468d6c4 /indra/newview/llbottomtray.cpp | |
parent | 3c43ec4a9620fcd433efd8eebf5565b4acc47b6a (diff) |
SOCIAL-593 FIX Profile Window cannot be resized in minimal skin
floater view snapping rectangle is now driven by floater_snap_region view
Diffstat (limited to 'indra/newview/llbottomtray.cpp')
-rw-r--r-- | indra/newview/llbottomtray.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/indra/newview/llbottomtray.cpp b/indra/newview/llbottomtray.cpp index 3d61e13f02..5d5ba03615 100644 --- a/indra/newview/llbottomtray.cpp +++ b/indra/newview/llbottomtray.cpp @@ -419,10 +419,6 @@ void LLBottomTray::setVisible(BOOL visible) { LLPanel::setVisible(visible); } - if(visible) - gFloaterView->setSnapOffsetBottom(getRect().getHeight()); - else - gFloaterView->setSnapOffsetBottom(0); } S32 LLBottomTray::notifyParent(const LLSD& info) |