From 7bbcc366946acbf076ef10e29a98443c8eaffdf0 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Sat, 10 Oct 2009 11:05:48 -0700 Subject: Force minimize button focus to the top of Mini-Map --- linden/indra/newview/llfloatermap.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'linden/indra/newview') 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() { // Send the drag handle to the back, but make sure close stays on top sendChildToBack(getDragHandle()); + sendChildToFront(getChild("llfloater_minimize_btn")); sendChildToFront(getChild("llfloater_close_btn")); setIsChrome(TRUE); -- cgit v1.1