Skip to content
  • Matthias Clasen's avatar
    menu button: Use proper focus api · ae8373f1
    Matthias Clasen authored
    Widgets are supposed to call gtk_widget_child_focus.
    Calling internal focus_move function directly makes
    us skip the childs ::focus() implementation, which
    is where the magic happens.
    ae8373f1