mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#8844 Summary Multi Plot : Optional auto appearance settings
This commit is contained in:
@@ -501,6 +501,10 @@ void RiuMultiPlotBook::performUpdate( bool regeneratePages )
|
||||
createPages();
|
||||
}
|
||||
updateGeometry();
|
||||
|
||||
RimSummaryMultiPlot* multiPlot = dynamic_cast<RimSummaryMultiPlot*>( m_plotDefinition.p() );
|
||||
if ( multiPlot ) multiPlot->checkAndApplyAutoAppearance();
|
||||
|
||||
// use a timer to trigger a viewer page change, if needed
|
||||
if ( m_goToPageAfterUpdate )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user