Partially implemented debug UI -- need to hide it now...

main
Elijah Voigt 3 months ago
parent 1a0f8f0a3f
commit ba51ba806d

@ -808,6 +808,7 @@ fn control_menu(
.iter_descendants(root)
.any(|child| is_hovered.contains(&&child));
if !tree_still_hovered {
info!("Tree is not hovered");
parents.iter_descendants(root).for_each(|child| {
if let Ok(mut n) = nav.get_mut(child) {
info!("Closing {:?} for {:?}", child, root);

Loading…
Cancel
Save