diff --git a/src/plot.cpp b/src/plot.cpp --- a/src/plot.cpp +++ b/src/plot.cpp @@ -110,6 +110,7 @@ void Plot::unzoomed() { setAxisAutoScale(QwtPlot::xBottom); resetAxes(); + onXScaleChanged(); } void Plot::showGrid(bool show)