Correct the highlighting of the Call 1st check box label

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7948 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2017-07-26 01:38:44 +00:00
parent e910277ebe
commit 4a94fb59e9
1 changed files with 1 additions and 0 deletions

View File

@ -5370,6 +5370,7 @@ void MainWindow::on_stopTxButton_clicked() //Stop Tx
m_btxok=false;
m_bCallingCQ = false;
m_bAutoReply = false; // ready for next
ui->cbFirst->setStyleSheet ("");
}
void MainWindow::rigOpen ()