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

Show tooltips above widgets on touch screens

This commit is contained in:
Emil Ernerfeldt
2021-09-28 22:15:14 +02:00
parent c8bb4cf6e5
commit 711defddb8
4 changed files with 49 additions and 21 deletions

View File

@@ -24,6 +24,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md), [`eg
### Fixed 🐛
* 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.
## 0.14.2 - 2021-08-28 - Window resize fix