From b2d339ff066340add19092a3f79b3f48d5ade957 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev Date: Thu, 25 Mar 2021 22:58:26 +0200 Subject: SL-14855 Disable edit button for uneditable items --- indra/newview/llpanellandmarkinfo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/newview/llpanellandmarkinfo.h') diff --git a/indra/newview/llpanellandmarkinfo.h b/indra/newview/llpanellandmarkinfo.h index 9712736182..f303d87ccf 100644 --- a/indra/newview/llpanellandmarkinfo.h +++ b/indra/newview/llpanellandmarkinfo.h @@ -51,6 +51,7 @@ public: void displayItemInfo(const LLInventoryItem* pItem); void toggleLandmarkEditMode(BOOL enabled); + void setCanEdit(BOOL enabled); const std::string& getLandmarkTitle() const; const std::string getLandmarkNotes() const; -- cgit v1.2.3