Skip to content
  • Nelson Ben's avatar
    GtkMenuButton: disable focus-on-click · 527a99e5
    Nelson Ben authored
    As general rule, all buttons that launch a menu should
    not grab focus on click, because otherwise when the menu
    is closed the focus goes back to the button instead of
    the previously focused widget, which is the one the user
    was interacting with.
    
    GtkScaleButton and GtkVolumeButton set focus-on-click
    to FALSE for this same reason.
    
    Fixes #2557
    527a99e5