Make sure toolbar is refreshed when a new plot is added (#9199)

This commit is contained in:
jonjenssen
2022-08-17 08:11:30 +02:00
committed by GitHub
parent 535d87c9c4
commit 7607c19c7a
24 changed files with 27 additions and 2 deletions

View File

@@ -114,6 +114,7 @@ void RicShowWellAllocationPlotFeature::onActionTriggered( bool isChecked )
// Make sure the summary plot window is created and visible
RiuPlotMainWindowTools::showPlotMainWindow();
RiuPlotMainWindowTools::selectAsCurrentItem( flowPlotColl->defaultWellAllocPlot() );
RiuPlotMainWindowTools::refreshToolbars();
}
}
}