gui: fix navigation
This commit is contained in:
parent
e02fc5c811
commit
a8a24281fd
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ impl App {
|
||||||
stroke: Stroke::new(1.0, Color32::from_gray(5)),
|
stroke: Stroke::new(1.0, Color32::from_gray(5)),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
}).show_inside(ui, |ui| {
|
}).show_inside(ui, |ui| {
|
||||||
self.root.show(ui, None, cb);
|
self.root.ui(ui, cb);
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue