https://bugs.kde.org/show_bug.cgi?id=414701

--- Comment #3 from Keziolio <keziolio...@gmail.com> ---
diff --git a/ui/pageview.cpp b/ui/pageview.cpp
index e0401826d..b97f05a62 100644
--- a/ui/pageview.cpp
+++ b/ui/pageview.cpp
@@ -1372,7 +1372,7 @@ void PageView::slotRealNotifyViewportChanged( bool
smoothMove )
     const QPoint centerCoord = viewportToContentArea( vp );

     // if smooth movement requested, setup parameters and start it
-    center( centerCoord.x(), centerCoord.y(), smoothMove );
+    center( centerCoord.x(), centerCoord.y(), false );

     d->blockPixmapsRequest = false;




This works around the problem disabling the smooth scrolling, I don't see what
side effect that would have on the navigation

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to