Don't turn off the repeat buttons on stop button clicked, just reset them

This commit is contained in:
Jordan Sherer 2018-11-30 09:09:54 -05:00
parent 4ddccd99a1
commit 1d1bc254a4

View File

@ -7717,7 +7717,7 @@ void MainWindow::on_stopTxButton_clicked() //Stop Tx
ui->cbFirst->setStyleSheet ("");
resetMessage();
resetAutomaticIntervalTransmissions(true, false);
resetAutomaticIntervalTransmissions(false, false);
}
void MainWindow::rigOpen ()