Skip to content
Snippets Groups Projects
Commit 13f0f72a authored by Aimee Linden's avatar Aimee Linden
Browse files

EXT-8325 (VWR-20161) FIXED Map button not enabled when Place Profile opened via a SLapp

Enables the Map button when Place Profiles are opened from SLapps in chat history, search etc.
parent 2d683ebf
No related branches found
No related tags found
No related merge requests found
...@@ -1089,6 +1089,8 @@ void LLPanelPlaces::updateVerbs() ...@@ -1089,6 +1089,8 @@ void LLPanelPlaces::updateVerbs()
if (is_place_info_visible) if (is_place_info_visible)
{ {
mShowOnMapBtn->setEnabled(have_3d_pos);
if (is_agent_place_info_visible) if (is_agent_place_info_visible)
{ {
// We don't need to teleport to the current location // We don't need to teleport to the current location
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment