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

Update accesskit to 0.17 (#5372)

Updates accesskit and kittest. 

* [x] I have followed the instructions in the PR template
This commit is contained in:
lucasmerlin
2024-11-26 15:16:08 +01:00
committed by GitHub
parent 2f9b14def8
commit e28505077d
13 changed files with 56 additions and 54 deletions

View File

@@ -409,7 +409,7 @@ mod tests {
let window = harness.node().children().next().unwrap();
// TODO(lucasmerlin): Windows should probably have a label?
//let window = harness.get_by_name(name);
//let window = harness.get_by_label(name);
let size = window.raw_bounds().expect("window bounds").size();
harness.set_size(Vec2::new(size.width as f32, size.height as f32));