mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-13 17:05:59 -06:00
(#436) Enabled addition of multiple well log curves to plot
This commit is contained in:
parent
6d41aa0b18
commit
06f73bc359
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user