Skip to content

Set focus correctly after a GtkMenuButton is toggled

Lukáš Tyrychtr requested to merge tyrylu/gtk:fix_menu_button_focus into main

Before this change, the focus would stay on the now hidden widget with no way out. For now, this MR fixes only the specific menu button case, maybe it should be handled more generally when hiding a widget?

Merge request reports