skins2(Linux): fix scrolling twice faster than expected
On Linux, two scrolling events were generated for each wheel step (one on ButtonPress, one on ButtonRelease). This led to scrolling being twice faster on Linux than it is on Windows. This patch ensures that only one scroll event is issued for one step at the mouse wheel.
Showing
Please register or sign in to comment