diff --git a/src/widget/menu/menu_inner.rs b/src/widget/menu/menu_inner.rs index 8ebca090..c41cded2 100644 --- a/src/widget/menu/menu_inner.rs +++ b/src/widget/menu/menu_inner.rs @@ -1161,7 +1161,6 @@ pub(super) fn init_root_menu( break; } } - debug_assert!(set, "Root not set"); }); } @@ -1242,8 +1241,6 @@ pub(super) fn init_root_popup_menu( // Hack to ensure menu opens properly shell.invalidate_layout(); - // non tree buttons arent active? - debug_assert!(set, "Root popup menu state was not set."); }); }