(#436) Enabled addition of multiple well log curves to plot

This commit is contained in:
Pål Hagen 2015-09-16 16:16:02 +02:00
parent 6d41aa0b18
commit 06f73bc359

View File

@ -648,6 +648,12 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
else if (uiItems.size() > 1)
{
commandIds << "RicCopyReferencesToClipboardFeature";
caf::PdmUiItem* uiItem = uiItems[0];
if (dynamic_cast<RimWellLog*>(uiItem))
{
commandIds << "RicAddWellLogToPlotFeature";
}
}
else if (uiItems.size() == 1)
{