Scroll wheel actions in the edit window are handled by the Scintilla widget. It appears that Wayland reports all scroll wheel movements as smooth scrolling, not normal scrolling. Scintilla has code to differentiate that, but has to be built on a system with GDK that advertises Wayland support and has to detect Wayland at runtime as well before that code is used. But if it is not then IIUC the scroll wheel inputs will be lost.

So it depends on where you got your Geany from and where it was built.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3226/1166532054@github.com>