1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Fix rendering of (ellipsis)

Broken when we introduced thing space support
This commit is contained in:
Emil Ernerfeldt
2023-01-23 20:24:38 +01:00
parent 518b4f447e
commit c75e72693c
2 changed files with 33 additions and 1 deletions

View File

@@ -24,6 +24,7 @@ NOTE: [`epaint`](crates/epaint/CHANGELOG.md), [`eframe`](crates/eframe/CHANGELOG
* 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)).
* The `button_padding` style option works closer as expected with image+text buttons now ([#2510](https://github.com/emilk/egui/pull/2510)).
* Fixed rendering of `…` (ellipsis).
## 0.20.1 - 2022-12-11 - Fix key-repeat