Skip to content

Commit

Permalink
fix #182431: Bowing shortcuts have delayed response
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Mar 29, 2017
1 parent 60e55b2 commit a102a8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions mscore/shortcut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,8 @@ Shortcut Shortcut::_sc[] = {
QT_TRANSLATE_NOOP("action","Toggle up bow"),
0,
Icons::Invalid_ICON,
Qt::WindowShortcut
Qt::WindowShortcut,
ShortcutFlags::A_CMD
},
{
MsWidget::SCORE_TAB,
Expand All @@ -665,7 +666,8 @@ Shortcut Shortcut::_sc[] = {
QT_TRANSLATE_NOOP("action","Toggle down bow"),
0,
Icons::Invalid_ICON,
Qt::WindowShortcut
Qt::WindowShortcut,
ShortcutFlags::A_CMDc

This comment has been minimized.

Copy link
@Jojo-Schmitz

Jojo-Schmitz Mar 29, 2017

Contributor

Typo?

This comment has been minimized.

Copy link
@lasconic

lasconic Mar 29, 2017

Author Contributor

yes...

},
{
MsWidget::SCORE_TAB,
Expand Down

0 comments on commit a102a8e

Please sign in to comment.