summaryrefslogtreecommitdiff
path: root/indra/newview/llworldmapview.cpp
diff options
context:
space:
mode:
authormaksymsproductengine <maksymsproductengine@lindenlab.com>2014-03-28 19:09:38 +0200
committermaksymsproductengine <maksymsproductengine@lindenlab.com>2014-03-28 19:09:38 +0200
commit6ca7c588a898304177850cbe02961e21b93046a2 (patch)
treecbdfad2f8dc9830dfa4461e325a2719a9fab16e9 /indra/newview/llworldmapview.cpp
parentdcb9b7fb05a045ca954e601cb315f58be1bea85b (diff)
MAINT-3871 FIXED Recent issues with dragging the World Map.
Diffstat (limited to 'indra/newview/llworldmapview.cpp')
-rwxr-xr-xindra/newview/llworldmapview.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llworldmapview.cpp b/indra/newview/llworldmapview.cpp
index 786e4f2de6..9c1fecefad 100755
--- a/indra/newview/llworldmapview.cpp
+++ b/indra/newview/llworldmapview.cpp
@@ -1694,6 +1694,8 @@ BOOL LLWorldMapView::handleHover( S32 x, S32 y, MASK mask )
sPanY += delta_y;
sTargetPanX = sPanX;
sTargetPanY = sPanY;
+
+ gViewerWindow->moveCursorToCenter();
}
// doesn't matter, cursor should be hidden