[okular] [Bug 414701] Kinetic scrolling breaks Back and Forward navigation

Keziolio bugzilla_noreply at kde.org
Sun Dec 1 15:16:13 GMT 2019


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

--- Comment #3 from Keziolio <keziolio123 at 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 the assignee for the bug.


More information about the Okular-devel mailing list