GNOME Bugzilla – Bug 751018
Widget: GtkMenuButton+GtkPopover gtk_toggle_button_set_active() no longer hides visible popover
Last modified: 2015-06-15 23:50:28 UTC
A while back, calling gtk_toggle_button_set_active() on a GtkMenuButton displaying a GtkPopover used to also hide the popover. This no longer seems to be the case. We were relying on this in Builder.
It looks like doing the following works, at least as a workaround (or perhaps preferred way to do things?) gtk_widget_hide (GTK_WIDGET (gtk_menu_button_get_popover (button)));