diff options
author | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-05-18 20:43:58 +0300 |
---|---|---|
committer | Mnikolenko Productengine <mnikolenko@productengine.com> | 2020-05-18 20:43:58 +0300 |
commit | b7d8c9107e2fe87a920cee2f05296bc8d63f9b54 (patch) | |
tree | 2c901b505f6da655646733200ecedb54a0435367 /indra/newview | |
parent | 2e0c16492e18772ceefb47aa68de1002b4ff6c55 (diff) |
SL-13266 FIXED Notecard editor external edit button graphical error
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llpreviewnotecard.cpp | 1 |
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) |