Make sure auto zoom isn't disabled at the end of zoomAll() for grid cross plot

This commit is contained in:
Gaute Lindkvist 2019-04-12 13:58:33 +02:00
parent f4d341feac
commit 9aa7ac2591

View File

@ -171,7 +171,8 @@ void RimGridCrossPlot::zoomAll()
m_qwtPlot->replot();
updateZoomWindowFromQwt();
updateAxisFromQwt(RiaDefines::PLOT_AXIS_LEFT);
updateAxisFromQwt(RiaDefines::PLOT_AXIS_BOTTOM);
}
//--------------------------------------------------------------------------------------------------