diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llfloatermap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llfloatermap.cpp b/linden/indra/newview/llfloatermap.cpp index 0ee0f2b..49563a6 100644 --- a/linden/indra/newview/llfloatermap.cpp +++ b/linden/indra/newview/llfloatermap.cpp | |||
@@ -96,6 +96,7 @@ BOOL LLFloaterMap::postBuild() | |||
96 | { | 96 | { |
97 | // Send the drag handle to the back, but make sure close stays on top | 97 | // Send the drag handle to the back, but make sure close stays on top |
98 | sendChildToBack(getDragHandle()); | 98 | sendChildToBack(getDragHandle()); |
99 | sendChildToFront(getChild<LLButton>("llfloater_minimize_btn")); | ||
99 | sendChildToFront(getChild<LLButton>("llfloater_close_btn")); | 100 | sendChildToFront(getChild<LLButton>("llfloater_close_btn")); |
100 | setIsChrome(TRUE); | 101 | setIsChrome(TRUE); |
101 | 102 | ||