diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index a1fccb23d..5dd5ed60e 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -8702,6 +8702,8 @@ void MainWindow::chkFT4() void MainWindow::on_pbBestSP_clicked() { - ui->pbBestSP->setStyleSheet ("QPushButton{color:red}"); - m_bBestSPArmed=true; + if(!m_transmitting) { + ui->pbBestSP->setStyleSheet ("QPushButton{color:red}"); + m_bBestSPArmed=true; + } }