summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-05-18 20:43:58 +0300
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-05-18 20:43:58 +0300
commitb7d8c9107e2fe87a920cee2f05296bc8d63f9b54 (patch)
tree2c901b505f6da655646733200ecedb54a0435367 /indra/newview
parent2e0c16492e18772ceefb47aa68de1002b4ff6c55 (diff)
SL-13266 FIXED Notecard editor external edit button graphical error
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llpreviewnotecard.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpreviewnotecard.cpp b/indra/newview/llpreviewnotecard.cpp
index 7ef0ef0e8b..1b60610668 100644
--- a/indra/newview/llpreviewnotecard.cpp
+++ b/indra/newview/llpreviewnotecard.cpp
@@ -307,6 +307,7 @@ void LLPreviewNotecard::loadAsset()
{
editor->setEnabled(FALSE);
getChildView("lock")->setVisible( TRUE);
+ getChildView("Edit")->setEnabled(FALSE);
}
if((allow_modify || is_owner) && !source_library)