From b26126ffaaa61c2c4378012a4d8f2369a2ad41db Mon Sep 17 00:00:00 2001 From: f4exb Date: Fri, 5 Jan 2018 13:27:45 +0100 Subject: [PATCH] Commands: fixed key associate --- sdrgui/gui/editcommanddialog.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sdrgui/gui/editcommanddialog.cpp b/sdrgui/gui/editcommanddialog.cpp index 69191790e..02125af9c 100644 --- a/sdrgui/gui/editcommanddialog.cpp +++ b/sdrgui/gui/editcommanddialog.cpp @@ -230,6 +230,7 @@ void EditCommandDialog::commandKeyPressed(Qt::Key key, Qt::KeyboardModifiers key // qDebug("EditCommandDialog::commandKeyPressed: has modifiers: %x", QFlags::Int(keyModifiers)); m_key = key; m_keyModifiers = keyModifiers; + setKeyAssociate(); setKeyLabel(); ui->keyCapture->setChecked(false); }