diff options
author | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-28 10:34:12 +0200 |
---|---|---|
committer | Ychebotarev ProductEngine <ychebotarev@productengine.com> | 2010-01-28 10:34:12 +0200 |
commit | 1631ca7173d77576ed18fb35b1843c5a28cbb5e4 (patch) | |
tree | 1a273e87634c0ecc67018793e060821a8e0b16a9 /indra/newview/llfloatermap.cpp | |
parent | 3c616d627bcaa28e0e7d31eb8f6c04e3847adb3d (diff) |
fix for normal EXT-4512 [BSI] Can't minimize Mini-Map
also this fix EXT-2119 even if its marked as fixed...
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/llfloatermap.cpp')
-rw-r--r-- | indra/newview/llfloatermap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloatermap.cpp b/indra/newview/llfloatermap.cpp index d18f127f85..568f4b254e 100644 --- a/indra/newview/llfloatermap.cpp +++ b/indra/newview/llfloatermap.cpp @@ -112,6 +112,7 @@ BOOL LLFloaterMap::postBuild() sendChildToBack(getDragHandle()); setIsChrome(TRUE); + getDragHandle()->setTitleVisible(TRUE); // keep onscreen gFloaterView->adjustToFitScreen(this, FALSE); |