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()) {
|
switch (e->key()) {
|
||||||
case Qt::Key_Escape:
|
case Qt::Key_Escape:
|
||||||
stopTx();
|
stopTx();
|
||||||
|
on_stopTxButton_clicked();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user