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

Make Memory::has_focus public (again)

This commit is contained in:
Emil Ernerfeldt
2021-04-15 10:31:24 +02:00
parent d6de19b507
commit b187d1c576
2 changed files with 5 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
* Make labels interactive with `Label::sense(Sense::click())`.
* Add `Response::request_focus` and `Response::surrender_focus`.
### Changed 🔧
* Make `Memrory::has_focus` public (again)
### Fixed 🐛
* Fix [defocus-bug on touch screens](https://github.com/emilk/egui/issues/288)