diff options
-rw-r--r-- | ChangeLog.txt | 5 | ||||
-rw-r--r-- | linden/indra/newview/llfloatermap.cpp | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 4e267a9..e8770f7 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,10 @@ | |||
1 | 2009-10-10 McCabe Maxsted <hakushakukun@gmail.com> | 1 | 2009-10-10 McCabe Maxsted <hakushakukun@gmail.com> |
2 | 2 | ||
3 | * Force minimize button focus to the top of Mini-Map. | ||
4 | |||
5 | modified: linden/indra/newview/llfloatermap.cpp | ||
6 | |||
7 | |||
3 | * Added and tweaked vertical IM option from Emerald viewer. | 8 | * Added and tweaked vertical IM option from Emerald viewer. |
4 | 9 | ||
5 | new file: linden/indra/newview/skins/default/xui/en-us/floater_chatterbox_vertical.xml | 10 | new file: linden/indra/newview/skins/default/xui/en-us/floater_chatterbox_vertical.xml |
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 | ||