mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Update for AccessKit refactor that drastically reduces memory usage (#2678)
* Update for AccessKit refactor that drastically reduces memory usage * changelog entry * satisfy clippy
This commit is contained in:
@@ -380,7 +380,7 @@ impl EpiIntegration {
|
||||
egui_ctx.enable_accesskit();
|
||||
// Enqueue a repaint so we'll receive a full tree update soon.
|
||||
egui_ctx.request_repaint();
|
||||
egui::accesskit_placeholder_tree_update()
|
||||
egui_ctx.accesskit_placeholder_tree_update()
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user