You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a regression following #11290 (confirmed with a git bisect) where empty submenus are still rendered in the application. The bug seems to happen when actions are in fact registered to the submenu but they have isVisible set to false.
Steps to Reproduce:
I pushed a commit which highlights the problem (131c0da)
start the application
confirm that the bug exists in the Edit menu as Test is rendered but has no items
Bug Description:
There is a regression following #11290 (confirmed with a
git bisect
) where empty submenus are still rendered in the application. The bug seems to happen when actions are in fact registered to the submenu but they haveisVisible
set tofalse
.Steps to Reproduce:
Edit
menu asTest
is rendered but has no itemsOriginally reported in #11566
The text was updated successfully, but these errors were encountered: