diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-05-23 12:25:27 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2016-05-23 12:25:27 +0300 |
commit | 9ffc67ef8498823db2dc386ebdd0812fe4f54cb8 (patch) | |
tree | 762752ea80a90d7c31356ee93c93082b779c290d /indra/llui/llfloater.cpp | |
parent | 3d68b80bd3f981717ec60b4ba71de9e917a4d073 (diff) |
MAINT-2583 Minimized floaters cannot brought back to foreground anymore
Diffstat (limited to 'indra/llui/llfloater.cpp')
-rw-r--r-- | indra/llui/llfloater.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llfloater.cpp b/indra/llui/llfloater.cpp index 14f75a2352..8a2e6a0bc0 100644 --- a/indra/llui/llfloater.cpp +++ b/indra/llui/llfloater.cpp @@ -1326,7 +1326,7 @@ void LLFloater::setMinimized(BOOL minimize) } mMinimized = FALSE; - + setFrontmost(); // Reshape *after* setting mMinimized reshape( mExpandedRect.getWidth(), mExpandedRect.getHeight(), TRUE ); } |