gui: fix navigation

This commit is contained in:
ardocrat 2023-04-27 02:05:07 +03:00
parent e02fc5c811
commit a8a24281fd

View file

@ -85,7 +85,7 @@ impl App {
stroke: Stroke::new(1.0, Color32::from_gray(5)),
..Default::default()
}).show_inside(ui, |ui| {
self.root.show(ui, None, cb);
self.root.ui(ui, cb);
});
});
}