diff options
author | Maxim Nikolenko <maximnproductengine@lindenlab.com> | 2023-11-22 12:34:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-22 12:34:02 +0200 |
commit | 40157b90836056111aa404e83906e60df13a6db6 (patch) | |
tree | af3a8af779e547ff4affc63c4668f3fe756c16b5 /indra/newview | |
parent | d3da20d63f6ddf6f3760208d7db130d15860e852 (diff) |
SL-20327 FIXED friend location on the map is not shown after right click>Map
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/llfloaterworldmap.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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<LLWorldMapView*>(getChild<LLPanel>("objects_mapview")); + mMapView->setPan(0, 0, true); LLComboBox *avatar_combo = getChild<LLComboBox>("friend combo"); avatar_combo->selectFirstItem(); |