mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
Make sure auto zoom isn't disabled at the end of zoomAll() for grid cross plot
This commit is contained in:
parent
f4d341feac
commit
9aa7ac2591
@ -171,7 +171,8 @@ void RimGridCrossPlot::zoomAll()
|
||||
|
||||
m_qwtPlot->replot();
|
||||
|
||||
updateZoomWindowFromQwt();
|
||||
updateAxisFromQwt(RiaDefines::PLOT_AXIS_LEFT);
|
||||
updateAxisFromQwt(RiaDefines::PLOT_AXIS_BOTTOM);
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user