1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

Fix popups sometimes getting clipped by panels

This commit is contained in:
Emil Ernerfeldt
2021-09-28 22:19:03 +02:00
parent 711defddb8
commit f2dd3dfdd9
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md), [`eg
* Fix wrongly sized multiline `TextEdit` in justified layouts.
* Fix clip rectangle of windows that don't fit the central area.
* Show tooltips above widgets on touch screens.
* Fix popups sometimes getting clipped by panels.
## 0.14.2 - 2021-08-28 - Window resize fix