mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Revert key-repeat behavior (#2429)
* Revert key-repeat behavior This fixes key-repeats everywhere in egui where it was broken,including: - Enter in TextEdit:s - Arrow keys for sliders and dragvalues - … * Update changelog * Remove old comment
This commit is contained in:
@@ -5,8 +5,11 @@ NOTE: [`epaint`](crates/epaint/CHANGELOG.md), [`eframe`](crates/eframe/CHANGELOG
|
||||
|
||||
|
||||
## Unreleased
|
||||
### Changed 🔧
|
||||
* `InputState`: all press functions again include key repeates (like in egui 0.19) ([#2429](https://github.com/emilk/egui/pull/2429)).
|
||||
|
||||
### Fixed 🐛
|
||||
* Fix key-repeat for backspace and arrow keys in `TextEdit` ([#2416](https://github.com/emilk/egui/pull/2416)).
|
||||
* Fix key-repeats for `TextEdit`, `Slider`s, etc ([#2429](https://github.com/emilk/egui/pull/2429)).
|
||||
|
||||
|
||||
## 0.20.0 - 2022-12-08 - AccessKit, prettier text, overlapping widgets
|
||||
|
||||
Reference in New Issue
Block a user