From 9befa3ce6608f0b3e04c10f5b90dcd74f78f096c Mon Sep 17 00:00:00 2001 From: Ansariel Date: Wed, 12 Dec 2012 21:10:43 +0100 Subject: [PATCH] Update button state at correct location for LM floater --- indra/newview/fsfloaterplacedetails.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/fsfloaterplacedetails.cpp b/indra/newview/fsfloaterplacedetails.cpp index 38a8d085a5..bc6c8b0685 100644 --- a/indra/newview/fsfloaterplacedetails.cpp +++ b/indra/newview/fsfloaterplacedetails.cpp @@ -293,7 +293,6 @@ void FSFloaterPlaceDetails::onOpen(const LLSD& key) mPanelLandmarkInfo->setVisible(TRUE); setItem(item); - updateVerbs(); } else if (key_type == "create_landmark") { @@ -832,6 +831,7 @@ void FSFloaterPlaceDetails::onLandmarkLoaded(LLLandmark* landmark) landmark->getRegionID(region_id); landmark->getGlobalPos(mGlobalPos); mPanelLandmarkInfo->displayParcelInfo(region_id, mGlobalPos); + updateVerbs(); } void FSFloaterPlaceDetails::changedGlobalPos(const LLVector3d& global_pos)