diff options
author | Igor Borovkov <iborovkov@productengine.com> | 2009-11-17 18:42:51 +0200 |
---|---|---|
committer | Igor Borovkov <iborovkov@productengine.com> | 2009-11-17 18:42:51 +0200 |
commit | a66aa0fd9a7aa20484521bf9b3809297e31466b0 (patch) | |
tree | 7503006a704c94948888a2310d56015aba273613 /indra/newview/llnearbychat.cpp | |
parent | 4f35650f0427f6d6db10da0058d2850c30f98904 (diff) |
fixed major EXT-2551 Nearby Chat undocs after minimizing and opening (being docked before)
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llnearbychat.cpp')
-rw-r--r-- | indra/newview/llnearbychat.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/indra/newview/llnearbychat.cpp b/indra/newview/llnearbychat.cpp index f1cd8e558f..16a47890c3 100644 --- a/indra/newview/llnearbychat.cpp +++ b/indra/newview/llnearbychat.cpp @@ -224,12 +224,3 @@ void LLNearbyChat::getAllowedRect(LLRect& rect) { rect = gViewerWindow->getWorldViewRectRaw(); } -void LLNearbyChat::setMinimized (BOOL minimize) -{ - if(minimize && !isDocked()) - { - setVisible(FALSE); - } - LLDockableFloater::setMinimized(minimize); -} - |