aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llfloatermap.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llfloatermap.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llfloatermap.cpp b/linden/indra/newview/llfloatermap.cpp
index c15678d..34b8dde 100644
--- a/linden/indra/newview/llfloatermap.cpp
+++ b/linden/indra/newview/llfloatermap.cpp
@@ -44,6 +44,7 @@
44#include "lluictrlfactory.h" 44#include "lluictrlfactory.h"
45#include "llfirstuse.h" 45#include "llfirstuse.h"
46#include "panelradar.h" 46#include "panelradar.h"
47#include "hippoLimits.h"
47 48
48 49
49// [RLVa:KB] 50// [RLVa:KB]
@@ -149,7 +150,7 @@ void LLFloaterMap::draw()
149 drawChild(mPanelRadar); 150 drawChild(mPanelRadar);
150 } 151 }
151 } 152 }
152 else 153 else if (gHippoLimits->mAllowMinimap) //Check for if minimap is blocked
153 { 154 {
154 setMouseOpaque(TRUE); 155 setMouseOpaque(TRUE);
155 getDragHandle()->setMouseOpaque(TRUE); 156 getDragHandle()->setMouseOpaque(TRUE);
@@ -215,7 +216,6 @@ void LLFloaterMap::setRadarButtonState( bool showing_radar )
215 } 216 }
216} 217}
217 218
218
219void LLFloaterMap::adjustLayout( bool expand ) 219void LLFloaterMap::adjustLayout( bool expand )
220{ 220{
221 S32 radar_height = mPanelRadar->getRect().getHeight(); 221 S32 radar_height = mPanelRadar->getRect().getHeight();