mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Rename to plotAxis()
This commit is contained in:
@@ -327,7 +327,7 @@ const QString RimPlotAxisProperties::axisTitleText() const
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
///
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
RiuPlotAxis RimPlotAxisProperties::plotAxisType() const
|
||||
RiuPlotAxis RimPlotAxisProperties::plotAxis() const
|
||||
{
|
||||
return RiuPlotAxis( m_plotAxis.value(), m_plotAxisIndex );
|
||||
}
|
||||
@@ -712,7 +712,7 @@ void RimPlotAxisProperties::fieldChangedByUi( const caf::PdmFieldHandle* changed
|
||||
else if ( changedField == &m_plotAxis )
|
||||
{
|
||||
RiuPlotAxis oldPlotAxis = RiuPlotAxis( (RiaDefines::PlotAxis)oldValue.toInt(), m_plotAxisIndex );
|
||||
axisPositionChanged.send( this, oldPlotAxis, plotAxisType() );
|
||||
axisPositionChanged.send( this, oldPlotAxis, plotAxis() );
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user