slint icon indicating copy to clipboard operation
slint copied to clipboard

Horizontal Scroll direction is the wrong way round

Open lukas-jung opened this issue 3 years ago • 3 comments
trafficstars

When running the 7guis cells example with preview, horizontal scrolling goes in the wrong direction. When disabling natural scrolling it is wrong in the other direction.

If built with rust, the bug appears with the GL Backend as well. Not with Qt though.

lukas-jung avatar May 10 '22 11:05 lukas-jung

I'm not sure I understand the problem. Scrolling is in the right direction for me. Maybe it is only a problem with macos who scroll reverse?

ogoffart avatar May 10 '22 11:05 ogoffart

Forgot to mention: This happens with the touchpad or the magic mouse on macos. Not sure about other platforms.

lukas-jung avatar May 10 '22 11:05 lukas-jung

Perhaps this will be fixed when https://github.com/rust-windowing/winit/pull/2105 is released.

lukas-jung avatar May 10 '22 12:05 lukas-jung

Fixed by commit be7947a3213fd706e6bc891c3fbf43c25e0f6696 that upgrades winit to version 0.27, which in turn includes the fix. Confirmed on macOS.

tronical avatar Oct 26 '22 13:10 tronical