diff --git a/mainwindow.cpp b/mainwindow.cpp index 105f69a0b..030fe95b9 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2640,6 +2640,7 @@ void MainWindow::on_tuneButton_clicked (bool checked) { m_sent73=false; m_repeatMsg=0; + on_monitorButton_clicked (true); } m_tune = checked; Q_EMIT tune (checked);