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

Fix touch screen defocus bug

Fixes https://github.com/emilk/egui/issues/288
This commit is contained in:
Emil Ernerfeldt
2021-04-12 21:41:07 +02:00
parent 5d50fa1350
commit 4ecf304335
2 changed files with 4 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
### Added ⭐
* Make labels interactive with `Label::sense(Sense::click())`.
### Fixed 🐛
* Fix [defocus-bug on touch screens](https://github.com/emilk/egui/issues/288)
## 0.11.0 - 2021-04-05 - Optimization, screen reader & new layout logic
### Added ⭐