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

Fix sometimes not being able to click inside a combo box or popup menu

This commit is contained in:
Emil Ernerfeldt
2021-08-28 10:28:05 +02:00
parent 9bc95289cc
commit 56913a9ae9
3 changed files with 11 additions and 5 deletions

View File

@@ -15,6 +15,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
* Make minimum grid column width propagate properly.
* Make sure `TextEdit` contents expand to fill width if applicable.
* `ProgressBar`: add a minimum width and fix for having it in an infinite layout.
* Fix sometimes not being able to click inside a combo box or popup menu.
## 0.14.0 - 2021-08-24 - Ui panels and bug fixes