Skip to content
Snippets Groups Projects
Commit b7d8c910 authored by Mnikolenko Productengine's avatar Mnikolenko Productengine
Browse files

SL-13266 FIXED Notecard editor external edit button graphical error

parent 2e0c1649
No related branches found
No related tags found
No related merge requests found
...@@ -307,6 +307,7 @@ void LLPreviewNotecard::loadAsset() ...@@ -307,6 +307,7 @@ void LLPreviewNotecard::loadAsset()
{ {
editor->setEnabled(FALSE); editor->setEnabled(FALSE);
getChildView("lock")->setVisible( TRUE); getChildView("lock")->setVisible( TRUE);
getChildView("Edit")->setEnabled(FALSE);
} }
if((allow_modify || is_owner) && !source_library) if((allow_modify || is_owner) && !source_library)
......
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