mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
(#436) Enabled addition of multiple well log curves to plot
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user