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

Add #[inline(always)] to a few things

This commit is contained in:
Emil Ernerfeldt
2021-04-15 10:37:31 +02:00
parent 76d5229821
commit 231c075867
2 changed files with 6 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ NOTE: [`eframe`](eframe/CHANGELOG.md), [`egui_web`](egui_web/CHANGELOG.md) and [
* Add `Response::request_focus` and `Response::surrender_focus`.
### Changed 🔧
* Make `Memrory::has_focus` public (again)
* Make `Memory::has_focus` public (again)
### Fixed 🐛
* Fix [defocus-bug on touch screens](https://github.com/emilk/egui/issues/288)