Escape key clears message queue too

This commit is contained in:
Jordan Sherer 2018-08-06 17:11:31 -04:00
parent 9c98e01458
commit aa9014f2f5

View File

@ -2155,6 +2155,7 @@ void MainWindow::keyPressEvent (QKeyEvent * e)
switch (e->key()) {
case Qt::Key_Escape:
stopTx();
on_stopTxButton_clicked();
return;
}