diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 3a9a3d8e3..4c72c931f 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -6793,7 +6793,7 @@ void MainWindow::setFreq4(int rxFreq, int txFreq) { // we need to regenerate the current transmit waveform for // GFSK modulated modes - m_restart = true; + if (m_transmitting) m_restart = true; } } else if (m_config.enable_VHF_features ()