From 19cb0b859d6305702c88442b5be7e447a7e334b3 Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Thu, 29 Nov 2018 21:53:03 -0500 Subject: [PATCH] SELCALL checked should disable repeat transmissions --- mainwindow.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index df140ef..cb28d65 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2716,6 +2716,10 @@ void MainWindow::on_selcalButton_toggled(bool checked){ clearCallsignSelected(); } + if(checked){ + resetAutomaticIntervalTransmissions(true, true); + } + resetPushButtonToggleText(ui->selcalButton); displayCallActivity();