summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorMnikolenko ProductEngine <mnikolenko@productengine.com>2015-06-24 11:47:17 +0300
committerMnikolenko ProductEngine <mnikolenko@productengine.com>2015-06-24 11:47:17 +0300
commit5849d0e8f220741053ea6e7d071eaa3db66b4236 (patch)
treec3b2ef93780a4ee6318b96c8cd53928bf2da6a47 /indra
parent7cd62f4908218e6cfd176fc8b45a5f1bc4279219 (diff)
MAINT-176 FIXED IM windows don't keep their minimized state after mouselook
Diffstat (limited to 'indra')
-rwxr-xr-xindra/llui/lldockablefloater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lldockablefloater.cpp b/indra/llui/lldockablefloater.cpp
index 3396213f1c..c937d190c6 100755
--- a/indra/llui/lldockablefloater.cpp
+++ b/indra/llui/lldockablefloater.cpp
@@ -153,7 +153,7 @@ void LLDockableFloater::setVisible(BOOL visible)
mDockControl.get()->repositionDockable();
}
- if (visible)
+ if (visible && !isMinimized())
{
LLFloater::setFrontmost(getAutoFocus());
}