aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatermap.cpp
diff options
context:
space:
mode:
authorJacek Antonelli2009-10-11 14:25:36 -0500
committerJacek Antonelli2009-10-11 14:25:36 -0500
commit030f4ef981978bd2345be9fef617ecb2cc172dff (patch)
tree5c9d7d59f64e6190f021281799a8f52b7f31fdae /linden/indra/newview/llfloatermap.cpp
parentImprudence 1.2.0 beta 2 released. (diff)
parentForce minimize button focus to the top of Mini-Map (diff)
downloadmeta-impy-030f4ef981978bd2345be9fef617ecb2cc172dff.zip
meta-impy-030f4ef981978bd2345be9fef617ecb2cc172dff.tar.gz
meta-impy-030f4ef981978bd2345be9fef617ecb2cc172dff.tar.bz2
meta-impy-030f4ef981978bd2345be9fef617ecb2cc172dff.tar.xz
Merge remote branch 'mccabe/next' into next
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