mirror of
https://code.gri.mw/GUI/grim.git
synced 2026-07-04 05:57:29 +00:00
gui: fix navigation
This commit is contained in:
+1
-1
@@ -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);
|
||||
});
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user