mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 07:10:04 -04:00
Fix horizontal scrolling direction on Linux
Closes https://github.com/emilk/egui/issues/356 Work-around until https://github.com/rust-windowing/winit/pull/2105 is merged and released
This commit is contained in:
@@ -4,6 +4,7 @@ All notable changes to the `egui-winit` integration will be noted in this file.
|
||||
|
||||
|
||||
## Unreleased
|
||||
* Fix horizontal scrolling direction on Linux.
|
||||
* Replaced `std::time::Instant` with `instant::Instant` for WebAssembly compatability ([#1023](https://github.com/emilk/egui/pull/1023))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user