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();