mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1917 Plot project tree. Clean up summary plot popup menu.
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
#include "cafUtils.h"
|
||||
|
||||
#include "ExportCommands/RicSnapshotAllViewsToFileFeature.h"
|
||||
#include "SummaryPlotCommands/RicEditSummaryCurves.h"
|
||||
#include "SummaryPlotCommands/RicEditSummaryPlotFeature.h"
|
||||
|
||||
#include "cvfTimer.h"
|
||||
|
||||
@@ -185,7 +185,7 @@ void RiuMainWindow::cleanupGuiCaseClose()
|
||||
}
|
||||
m_processMonitor->startMonitorWorkProcess(NULL);
|
||||
|
||||
RicEditSummaryCurves* editSumCurves = dynamic_cast<RicEditSummaryCurves*>(caf::CmdFeatureManager::instance()->getCommandFeature("RicEditSummaryCurves"));
|
||||
RicEditSummaryPlotFeature* editSumCurves = dynamic_cast<RicEditSummaryPlotFeature*>(caf::CmdFeatureManager::instance()->getCommandFeature("RicEditSummaryPlotFeature"));
|
||||
if (editSumCurves)
|
||||
{
|
||||
editSumCurves->closeDialogAndResetTargetPlot();
|
||||
|
||||
Reference in New Issue
Block a user