mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Convert to enum class
This commit is contained in:
@@ -202,7 +202,7 @@ void RimAsciiDataCurve::updateQwtPlotAxis()
|
||||
{
|
||||
if ( m_qwtPlotCurve )
|
||||
{
|
||||
if ( this->yAxis() == RiaDefines::PLOT_AXIS_LEFT )
|
||||
if ( this->yAxis() == RiaDefines::PlotAxis::PLOT_AXIS_LEFT )
|
||||
{
|
||||
m_qwtPlotCurve->setYAxis( QwtPlot::yLeft );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user