summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorPaul ProductEngine <pguslisty@productengine.com>2012-07-27 17:36:41 +0300
committerPaul ProductEngine <pguslisty@productengine.com>2012-07-27 17:36:41 +0300
commite9f640a26fd6c9219ba28336231621e2ad2558fc (patch)
treed292158eac5c73a88c9c32812690d8f739c4e159 /indra/newview
parente97d0f4195b3c9ee7e57ecf4822ef208f76e7a99 (diff)
CHUI-198 FIXED (Hitting minimize option on conversations floater closes floater, not minimize)
- Removed code which was hiding floater on minimizing floater.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llimfloatercontainer.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/llimfloatercontainer.cpp b/indra/newview/llimfloatercontainer.cpp
index 005794444b..c19683b1c2 100644
--- a/indra/newview/llimfloatercontainer.cpp
+++ b/indra/newview/llimfloatercontainer.cpp
@@ -257,8 +257,6 @@ void LLIMFloaterContainer::setMinimized(BOOL b)
if (isMinimized() == b) return;
LLMultiFloater::setMinimized(b);
- // Hide minimized floater (see EXT-5315)
- setVisible(!b);
if (isMinimized()) return;