mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-01 12:47:49 -04: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));
|
// qDebug("EditCommandDialog::commandKeyPressed: has modifiers: %x", QFlags<Qt::KeyboardModifier>::Int(keyModifiers));
|
||||||
m_key = key;
|
m_key = key;
|
||||||
m_keyModifiers = keyModifiers;
|
m_keyModifiers = keyModifiers;
|
||||||
|
setKeyAssociate();
|
||||||
setKeyLabel();
|
setKeyLabel();
|
||||||
ui->keyCapture->setChecked(false);
|
ui->keyCapture->setChecked(false);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user