From 1d1bc254a4adf0987a404f027bc0c55b2dc1d371 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Fri, 30 Nov 2018 09:09:54 -0500 Subject: [PATCH] Don't turn off the repeat buttons on stop button clicked, just reset them --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 808acdd..c65a26e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -7717,7 +7717,7 @@ void MainWindow::on_stopTxButton_clicked() //Stop Tx ui->cbFirst->setStyleSheet (""); resetMessage(); - resetAutomaticIntervalTransmissions(true, false); + resetAutomaticIntervalTransmissions(false, false); } void MainWindow::rigOpen ()