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:
parent
7e4ddbbd9c
commit
b26126ffaa
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user