#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

@@ -45,6 +45,14 @@ void RimPlotAxisPropertiesInterface::LegendTickmarkCountEnum::setUp()
}
} // namespace caf
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------
RimPlotAxisPropertiesInterface::RimPlotAxisPropertiesInterface()
: settingsChanged( this )
{
}
//--------------------------------------------------------------------------------------------------
///
//--------------------------------------------------------------------------------------------------