1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Fix disabled widgets "eating" focus (#5370)

- fixes https://github.com/emilk/egui/issues/5359

For the test I added a `Harness::press_key` function. We should
eventually add these to kittest, probably via a trait one can implement
for the `Harness` but for now this should do.
This commit is contained in:
lucasmerlin
2024-11-26 14:31:30 +01:00
committed by GitHub
parent 83a30064f4
commit 9ecc0b232c
5 changed files with 58 additions and 2 deletions

View File

@@ -1229,6 +1229,7 @@ dependencies = [
"ahash",
"backtrace",
"document-features",
"egui_kittest",
"emath",
"epaint",
"log",