diff options
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llpanelface.cpp | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/indra/newview/llpanelface.cpp b/indra/newview/llpanelface.cpp index d86956e370..df464bc7e5 100644 --- a/indra/newview/llpanelface.cpp +++ b/indra/newview/llpanelface.cpp @@ -4344,7 +4344,8 @@ void LLPanelFace::onPasteTexture()          || objectp->getPCode() != LL_PCODE_VOLUME          || !objectp->permModify()          || objectp->isPermanentEnforced() -        || selected_count > 1) +        || selected_count > 1 +        || !LLMaterialEditor::canClipboardObjectsMaterial())      {          // not supposed to happen          LL_WARNS() << "Failed to paste texture due to missing or wrong selection" << LL_ENDL; | 
