(#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:
Pål Hagen 2015-09-24 15:36:36 +02:00
parent dc898d92f9
commit 1a6aa58711

View File

@ -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))
{