mirror of
https://github.com/OPM/ResInsight.git
synced 2024-12-29 10:21:54 -06:00
Make sure all editors are updated after source stepping
This commit is contained in:
parent
7190d781d0
commit
672b7a2a65
@ -529,9 +529,6 @@ void RimSummaryPlotSourceStepping::fieldChangedByUi( const caf::PdmFieldHandle*
|
||||
// The time axis can be zoomed and will be used for all plots. Do not zoom time axis in this case.
|
||||
summaryMultiPlot->zoomAllYAxes();
|
||||
}
|
||||
|
||||
RiuPlotMainWindow* mainPlotWindow = RiaGuiApplication::instance()->mainPlotWindow();
|
||||
mainPlotWindow->updateMultiPlotToolBar();
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -541,6 +538,11 @@ void RimSummaryPlotSourceStepping::fieldChangedByUi( const caf::PdmFieldHandle*
|
||||
summaryPlot->curvesChanged.send();
|
||||
}
|
||||
|
||||
updateAllRequiredEditors();
|
||||
|
||||
RiuPlotMainWindow* mainPlotWindow = RiaGuiApplication::instance()->mainPlotWindow();
|
||||
mainPlotWindow->updateMultiPlotToolBar();
|
||||
|
||||
auto ensembleCurveColl = firstAncestorOrThisOfType<RimEnsembleCurveSetCollection>();
|
||||
if ( ensembleCurveColl )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user