mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Added command feature for addition of a new curve to a well log plot trace
This commit is contained in:
@@ -553,6 +553,7 @@ void RimProject::computeUtmAreaOfInterest()
|
||||
#include "RimEclipseCellColors.h"
|
||||
#include "RimEclipseFaultColors.h"
|
||||
#include "RimWellLogPlot.h"
|
||||
#include "RimWellLogPlotTrace.h"
|
||||
#include <QMenu>
|
||||
|
||||
|
||||
@@ -727,6 +728,10 @@ void RimProject::actionsBasedOnSelection(QMenu& contextMenu)
|
||||
{
|
||||
commandIds << "RicNewWellLogPlotTraceFeature";
|
||||
}
|
||||
else if (dynamic_cast<RimWellLogPlotTrace*>(uiItem))
|
||||
{
|
||||
commandIds << "RicNewWellLogPlotCurveFeature";
|
||||
}
|
||||
|
||||
if (dynamic_cast<RimManagedViewCollection*>(uiItem))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user