diff --git a/src/control/ZoomControl.cpp b/src/control/ZoomControl.cpp index f8d1051e..a637df6a 100644 --- a/src/control/ZoomControl.cpp +++ b/src/control/ZoomControl.cpp @@ -74,7 +74,7 @@ void ZoomControl::fireZoomChanged(double lastZoom) z->zoomChanged(lastZoom); } - if (view != NULL) + if (view != NULL && page != this->currentPage) { // Restore page view->scrollTo(page, 0);