https://bugs.kde.org/show_bug.cgi?id=442060
Georg Gadinger <nilsd...@nilsding.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/fram | |eworks/ktexteditor/commit/4 | |5258cb05e3af44b6c2e2e214f46 | |d4f52cae4e88 Status|ASSIGNED |RESOLVED --- Comment #16 from Georg Gadinger <nilsd...@nilsding.org> --- Git commit 45258cb05e3af44b6c2e2e214f46d4f52cae4e88 by Georg Gadinger. Committed on 23/02/2022 at 21:45. Pushed by cullmann into branch 'master'. view: fix buggy scrolling on macOS On macOS the trackpad also emits touch events which are sometimes picked up by the flick gesture recogniser registered by QScroller; this results in some odd scrolling behaviour as described in bug 442060. Therefore it's better to not let the QScroller register it on that platform. M +6 -0 src/view/kateviewinternal.cpp https://invent.kde.org/frameworks/ktexteditor/commit/45258cb05e3af44b6c2e2e214f46d4f52cae4e88 -- You are receiving this mail because: You are watching all bug changes.