#8779 Summary Multi Plot : Sync time axis properties across sub plots

This commit is contained in:
Magne Sjaastad
2022-04-06 14:07:08 +02:00
parent 6ecb1a8ea0
commit a0507c85f4
6 changed files with 24 additions and 3 deletions

View File

@@ -50,8 +50,7 @@ CAF_PDM_SOURCE_INIT( RimPlotAxisProperties, "SummaryYAxisProperties" );
///
//--------------------------------------------------------------------------------------------------
RimPlotAxisProperties::RimPlotAxisProperties()
: settingsChanged( this )
, logarithmicChanged( this )
: logarithmicChanged( this )
, axisPositionChanged( this )
, m_enableTitleTextSettings( true )
, m_isRangeSettingsEnabled( true )