From 4a94fb59e9248b22148dd784dd387c80e56c3561 Mon Sep 17 00:00:00 2001 From: Bill Somerville Date: Wed, 26 Jul 2017 01:38:44 +0000 Subject: [PATCH] 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 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index 9112eec99..59d8e02c0 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -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 ()