Commands: fixed key associate

pull/127/head
f4exb 2018-01-05 13:27:45 +01:00
rodzic 7e4ddbbd9c
commit b26126ffaa
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -230,6 +230,7 @@ void EditCommandDialog::commandKeyPressed(Qt::Key key, Qt::KeyboardModifiers key
// qDebug("EditCommandDialog::commandKeyPressed: has modifiers: %x", QFlags<Qt::KeyboardModifier>::Int(keyModifiers));
m_key = key;
m_keyModifiers = keyModifiers;
setKeyAssociate();
setKeyLabel();
ui->keyCapture->setChecked(false);
}