mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#4139 Ensure property editor is in sync with Qwt range
This commit is contained in:
parent
4c026952a1
commit
7fa174807e
@ -1228,7 +1228,6 @@ void RimSummaryPlot::onLoadDataAndUpdate()
|
|||||||
|
|
||||||
if (m_qwtPlot) m_qwtPlot->updateLegend();
|
if (m_qwtPlot) m_qwtPlot->updateLegend();
|
||||||
this->updateAxes();
|
this->updateAxes();
|
||||||
updateZoomInQwt();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//--------------------------------------------------------------------------------------------------
|
//--------------------------------------------------------------------------------------------------
|
||||||
@ -1244,6 +1243,8 @@ void RimSummaryPlot::updateZoomInQwt()
|
|||||||
updateZoomForAxis(RiaDefines::PLOT_AXIS_RIGHT);
|
updateZoomForAxis(RiaDefines::PLOT_AXIS_RIGHT);
|
||||||
|
|
||||||
m_qwtPlot->replot();
|
m_qwtPlot->replot();
|
||||||
|
|
||||||
|
updateAxisRangesFromQwt();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user