Skip to content

[UI fix] Hide opened menu when click on menu button

Rafał Mikrut requested to merge github/fork/firefly2442/hide-menu-fix into master

Created by: firefly2442

When you click a MenuButton, it opens a PopupMenu underneath it. However, the only way to close the PopupMenu without selecting an item is to click outside the MenuButton and the PopupMenu. Depending on the layout, this may be difficult. In order to conform with other GUI systems, the PopupMenu will now close when the MenuButton is pressed.

Simple, but I think it's important. :)

Merge request reports