Skip to content
  • Michael Abrahams's avatar
    Fix some keyboard shortcuts · 34b21064
    Michael Abrahams authored
    When adding actions, setDefaultShortcut() should always come before
    actionManager()->addAction, since the latter tries to read the shortcut
    and register it globally.
    
    Closes T904
    34b21064