1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-02-03 09:44:01 -05:00

Commands: fixed key associate

This commit is contained in:
f4exb 2018-01-05 13:27:45 +01:00
parent 7e4ddbbd9c
commit b26126ffaa

View File

@ -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);
}