summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterworldmap.h
diff options
context:
space:
mode:
authorSabrina Shanman <cosmic@lindenlab.com>2022-04-05 20:22:24 +0000
committerSabrina Shanman <cosmic@lindenlab.com>2022-04-05 20:22:24 +0000
commitc7d137067cae548bca919d0f0b49e4818d4fed31 (patch)
tree0aed533fedae6de3e703a91effba9e63f5feaea8 /indra/newview/llfloaterworldmap.h
parent268da741927ddde059fad4a47940fa050c9e0f4e (diff)
parent9bca1aa8fb69c2163866dd7e5ce3b60fb62676b3 (diff)
Merged in SL-15232 (pull request #933)
SL-15232: Scroll mouse wheel to main map Approved-by: Andrey Lihatskiy
Diffstat (limited to 'indra/newview/llfloaterworldmap.h')
-rw-r--r--indra/newview/llfloaterworldmap.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/indra/newview/llfloaterworldmap.h b/indra/newview/llfloaterworldmap.h
index 97e99297cf..c9724d37ac 100644
--- a/indra/newview/llfloaterworldmap.h
+++ b/indra/newview/llfloaterworldmap.h
@@ -44,6 +44,7 @@ class LLInventoryObserver;
class LLItemInfo;
class LLLineEditor;
class LLTabContainer;
+class LLWorldMapView;
class LLFloaterWorldMap : public LLFloater
{
@@ -154,11 +155,7 @@ protected:
void cacheLandmarkPosition();
private:
- LLPanel* mPanel; // Panel displaying the map
-
- // Ties to LLWorldMapView::sMapScale, in pixels per region
- F32 mCurZoomVal;
- LLFrameTimer mZoomTimer;
+ LLWorldMapView* mMapView; // Panel displaying the map
// update display of teleport destination coordinates - pos is in global coordinates
void updateTeleportCoordsDisplay( const LLVector3d& pos );