diff options
author | Rider Linden <rider@lindenlab.com> | 2018-06-20 12:37:17 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2018-06-20 12:37:17 -0700 |
commit | 442bbfed348b0c60f4d8a8da87aa15d3185bde7c (patch) | |
tree | 598df04734cad93b8438c51530c9e9c999ef2398 /indra/newview/llpanelobjectinventory.cpp | |
parent | 1f9b8f59afceeb8201780b679659f64845dcd7c1 (diff) |
Adding settings DAD type
Diffstat (limited to 'indra/newview/llpanelobjectinventory.cpp')
-rw-r--r-- | indra/newview/llpanelobjectinventory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelobjectinventory.cpp b/indra/newview/llpanelobjectinventory.cpp index f180a63497..096679d786 100644 --- a/indra/newview/llpanelobjectinventory.cpp +++ b/indra/newview/llpanelobjectinventory.cpp @@ -853,6 +853,7 @@ BOOL LLTaskCategoryBridge::dragOrDrop(MASK mask, BOOL drop, case DAD_GESTURE: case DAD_CALLINGCARD: case DAD_MESH: + case DAD_SETTINGS: accept = LLToolDragAndDrop::isInventoryDropAcceptable(object, (LLViewerInventoryItem*)cargo_data); if(accept && drop) { |