still works
This commit is contained in:
@ -91,7 +91,7 @@ let _ =
|
||||
let body = Lwd.var (Lwd.pure Ui.empty) in
|
||||
let wm = Widgets.window_manager (Lwd.join (Lwd.get body)) in
|
||||
Nav.test_pull () >>= fun test_tree ->
|
||||
Widgets.(tree_nav test_tree []) >>= fun ui ->
|
||||
Widgets.(tree_nav (test_tree, [])) >>= fun ui ->
|
||||
let root =
|
||||
Lwd.set body
|
||||
(Lwd.map ~f:(Ui.resize ~pad:gravity_pad ~crop:gravity_crop) ui);
|
||||
|
||||
Reference in New Issue
Block a user