1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-03 15:20:05 -04:00

Fix clip rectangle of windows that don't fit the central area.

This commit is contained in:
Emil Ernerfeldt
2021-09-07 19:34:34 +02:00
parent 5e3c522b6c
commit aef23753ca
2 changed files with 31 additions and 36 deletions

View File

@@ -20,6 +20,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
### Fixed 🐛
* Fix wrongly sized multiline `TextEdit` in justified layouts.
* Fix clip rectangle of windows that don't fit the central area.
## 0.14.2 - 2021-08-28 - Window resize fix