mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#10003 Use auto-value features only for RimSummaryPlot
This commit is contained in:
@@ -2025,6 +2025,7 @@ RimPlotAxisProperties* RimSummaryPlot::addNewAxisProperties( RiaDefines::PlotAxi
|
||||
RimPlotAxisProperties* RimSummaryPlot::addNewAxisProperties( RiuPlotAxis plotAxis, const QString& name )
|
||||
{
|
||||
auto* axisProperties = new RimPlotAxisProperties;
|
||||
axisProperties->enableAutoValueForAllFields( true );
|
||||
axisProperties->setNameAndAxis( name, name, plotAxis.axis(), plotAxis.index() );
|
||||
m_axisPropertiesArray.push_back( axisProperties );
|
||||
connectAxisSignals( axisProperties );
|
||||
|
||||
Reference in New Issue
Block a user