diff options
| author | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-02-14 17:23:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-14 17:23:16 +0200 |
| commit | 12c40ccabfc937a71d4d15d59cf047e9d22ae9f2 (patch) | |
| tree | f47d880adc1535caf3ab6f6fd2feb0a34b82c80c /indra/newview/llinventorybridge.cpp | |
| parent | e145a829bb2099e4c40342cf4c7a15cd9344c56f (diff) | |
| parent | 90b272680e5e8d9781e135a07aa36f39a8427206 (diff) | |
SL-19140 Merge pull request #81 from Ansariel/DRTVWR-567
Add multi item properties floater support
Diffstat (limited to 'indra/newview/llinventorybridge.cpp')
| -rw-r--r-- | indra/newview/llinventorybridge.cpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/indra/newview/llinventorybridge.cpp b/indra/newview/llinventorybridge.cpp index 2dd5d12ee6..81db0c45c2 100644 --- a/indra/newview/llinventorybridge.cpp +++ b/indra/newview/llinventorybridge.cpp @@ -921,12 +921,6 @@ void LLInvFVBridge::getClipboardEntries(bool show_asset_id, addDeleteContextMenuOptions(items, disabled_items); - // If multiple items are selected, disable properties (if it exists). - if ((flags & FIRST_SELECTED_ITEM) == 0) - { - disabled_items.push_back(std::string("Properties")); - } - LLInventoryPanel *active_panel = LLInventoryPanel::getActiveInventoryPanel(FALSE); if (active_panel && (active_panel->getName() != "All Items")) { |
