Skip to content

PrivateActionToolButton: Hide menu if button is hidden

Arjen Hiemstra requested to merge work/ahiemstra/menuhide into master
  • PrivateActionToolButton: Hide menu if button is hidden

If the menu is open when the button gets hidden, we'd end up with a menu that doesn't have a corresponding button. So in that case, close the menu.

This most prominently happens when ActionToolBar hides the corresponding action because of space changes.

BUG: 486107

Merge request reports

Loading