mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-16 20:58:40 -04:00
Best S+P activates only when not transmitting.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user