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:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user