Merge pull request #649 from Jojo-Schmitz/24306-clear-shortcut
fix #24306
This commit is contained in:
commit
96a7a55d9f
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ qDebug("capture key 0x%x modifiers 0x%x virt 0x%x scan 0x%x <%s><%s>\n",
|
|||
|
||||
void ShortcutCaptureDialog::clearClicked()
|
||||
{
|
||||
//nshrtLabel->setText(tr("Undefined"));
|
||||
nshrtLabel->setText("");
|
||||
key = 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue