aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatermap.cpp
diff options
context:
space:
mode:
authorMcCabe Maxsted2009-10-10 11:05:48 -0700
committerMcCabe Maxsted2009-10-10 11:06:11 -0700
commit7bbcc366946acbf076ef10e29a98443c8eaffdf0 (patch)
tree83dfce538d7ecc38fcf283deaa49a2fee20fbf06 /linden/indra/newview/llfloatermap.cpp
parentcleaned up disablecameraconstraints min zoom change (diff)
downloadmeta-impy-7bbcc366946acbf076ef10e29a98443c8eaffdf0.zip
meta-impy-7bbcc366946acbf076ef10e29a98443c8eaffdf0.tar.gz
meta-impy-7bbcc366946acbf076ef10e29a98443c8eaffdf0.tar.bz2
meta-impy-7bbcc366946acbf076ef10e29a98443c8eaffdf0.tar.xz
Force minimize button focus to the top of Mini-Map
Diffstat (limited to 'linden/indra/newview/llfloatermap.cpp')
-rw-r--r--linden/indra/newview/llfloatermap.cpp1
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