From 40157b90836056111aa404e83906e60df13a6db6 Mon Sep 17 00:00:00 2001 From: Maxim Nikolenko Date: Wed, 22 Nov 2023 12:34:02 +0200 Subject: SL-20327 FIXED friend location on the map is not shown after right click>Map --- indra/newview/llfloaterworldmap.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview') diff --git a/indra/newview/llfloaterworldmap.cpp b/indra/newview/llfloaterworldmap.cpp index 8f3ec8af05..e509e8cef1 100755 --- a/indra/newview/llfloaterworldmap.cpp +++ b/indra/newview/llfloaterworldmap.cpp @@ -290,6 +290,7 @@ void* LLFloaterWorldMap::createWorldMapView(void* data) BOOL LLFloaterWorldMap::postBuild() { mMapView = dynamic_cast(getChild("objects_mapview")); + mMapView->setPan(0, 0, true); LLComboBox *avatar_combo = getChild("friend combo"); avatar_combo->selectFirstItem(); -- cgit v1.2.3