1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 22:30:03 -04:00

Don't render the \r (Carriage Return) character, because it sucks (#2452)

* Don't render the \r (Carriage Return) character, because it sucks

* Update PR links

* Fix doclink
This commit is contained in:
Emil Ernerfeldt
2022-12-14 15:15:29 +01:00
committed by GitHub
parent df9df39f10
commit 4e8341d35c
3 changed files with 24 additions and 11 deletions

View File

@@ -10,6 +10,7 @@ NOTE: [`epaint`](crates/epaint/CHANGELOG.md), [`eframe`](crates/eframe/CHANGELOG
### Fixed 🐛
* Expose `TextEdit`'s multiline flag to AccessKit ([#2448](https://github.com/emilk/egui/pull/2448)).
* Don't render `\r` (Carriage Return) ([#2452](https://github.com/emilk/egui/pull/2452)).
## 0.20.1 - 2022-12-11 - Fix key-repeat