Escape key clears message queue too
This commit is contained in:
parent
9c98e01458
commit
aa9014f2f5
@ -2155,6 +2155,7 @@ void MainWindow::keyPressEvent (QKeyEvent * e)
|
||||
switch (e->key()) {
|
||||
case Qt::Key_Escape:
|
||||
stopTx();
|
||||
on_stopTxButton_clicked();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user