[Github-comments] [geany/geany] Laggy scrolling on Wayland (#1526)

elextr notifications at xxxxx
Thu Jun 29 01:22:41 UTC 2017


As @codebrainz said the scrolling is done by the Scintilla editing widget we use.  Possibly try the Scite editor which is the reference platform for Scintilla and see if the problem exists there too.

One thought is that IIRC GTK on X11 aggregated mouse moves and scrolls, but maybe that isn't working on Wayland, so Scintilla is responding to every scroll event individually.

Also I thought Scintilla had a smooth scrolling setting, but maybe thats only on its OSX port since I can't see it just now.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1526#issuecomment-311836025
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170629/7951fd9d/attachment.html>


More information about the Github-comments mailing list