diff options
author | Dave Parks <davep@lindenlab.com> | 2022-06-29 17:59:09 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2022-06-29 17:59:09 -0500 |
commit | fd6b5ea8c3df7e8b4b648ac7ecc9f30eedd4b7c0 (patch) | |
tree | 3162427b88a03525af0136ea06af66a049efbdef /indra/newview/llviewertexteditor.cpp | |
parent | f6515257a0cc405d6549c5d56302fb0d90176807 (diff) |
SL-17685 Drag and drop material support WIP
Diffstat (limited to 'indra/newview/llviewertexteditor.cpp')
-rw-r--r-- | indra/newview/llviewertexteditor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexteditor.cpp b/indra/newview/llviewertexteditor.cpp index e2de7ac825..7c860936a5 100644 --- a/indra/newview/llviewertexteditor.cpp +++ b/indra/newview/llviewertexteditor.cpp @@ -879,6 +879,7 @@ BOOL LLViewerTextEditor::handleDragAndDrop(S32 x, S32 y, MASK mask, case DAD_ANIMATION: case DAD_GESTURE: case DAD_MESH: + case DAD_MATERIAL: { supported = true; break; |