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

TextEdit widgets are now slightly larger to accommodate their frames

Fixes https://github.com/emilk/egui/issues/89
This commit is contained in:
Emil Ernerfeldt
2021-01-03 16:22:10 +01:00
parent c6a5af19e6
commit 5c8df6925d
2 changed files with 29 additions and 13 deletions

View File

@@ -23,6 +23,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed 🐛
* `RepaintSignal` now implements `Sync` so it can be sent to a background thread.
* `TextEdit` widgets are now slightly larger to accommodate their frames.
### Deprecated