Don't turn off the repeat buttons on stop button clicked, just reset them
This commit is contained in:
parent
4ddccd99a1
commit
1d1bc254a4
@ -7717,7 +7717,7 @@ void MainWindow::on_stopTxButton_clicked() //Stop Tx
|
||||
ui->cbFirst->setStyleSheet ("");
|
||||
|
||||
resetMessage();
|
||||
resetAutomaticIntervalTransmissions(true, false);
|
||||
resetAutomaticIntervalTransmissions(false, false);
|
||||
}
|
||||
|
||||
void MainWindow::rigOpen ()
|
||||
|
Loading…
Reference in New Issue
Block a user