Skip to content

Commit

Permalink
fix: double click shortcutedit not sync data
Browse files Browse the repository at this point in the history
Change-Id: I29e6e261379e866ad73fd8aa6c375bf11e9b781d
  • Loading branch information
Iceyer authored and deepin-gerrit committed Dec 21, 2017
1 parent 90a7388 commit 7033673
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/widgets/private/settings/shortcutedit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ void ShortcutEdit::mouseDoubleClickEvent(QMouseEvent *event)
d->canSet = true;
d->key = Qt::Key_unknown;
d->keyModifiers = Qt::NoModifier;
shortcutChanged(d->keyModifiers, d->key);
}
this->update();
}
Expand Down

0 comments on commit 7033673

Please sign in to comment.