mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#524) God rid of "Copy" for multiple selections in the project tree view
Copy used to be always available for multiple selections, for some reason.
This commit is contained in:
parent
dc898d92f9
commit
1a6aa58711
@ -647,8 +647,6 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
|
||||
}
|
||||
else if (uiItems.size() > 1)
|
||||
{
|
||||
commandIds << "RicCopyReferencesToClipboardFeature";
|
||||
|
||||
caf::PdmUiItem* uiItem = uiItems[0];
|
||||
if (dynamic_cast<RimWellLogFileChannel*>(uiItem))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user