mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-15 08:31:57 -05:00
Best S+P activates only when not transmitting.
This commit is contained in:
parent
6e1d5ea1d8
commit
20bed38323
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user