iced-rs / iced

A cross-platform GUI library for Rust, inspired by Elm
https://iced.rs
MIT License
22.96k stars 1.06k forks source link

Enable horizontal scrolling without shift modifier #2392

Open woelfman opened 4 weeks ago

woelfman commented 4 weeks ago

fixes #2359

The current implementation strictly scrolls vertically without the shift modifier and horizontally with the shift modifier. This patch checks the modifier only when the direction is Both.