From 3ed60c89ebcd81a2a94110cfa8ac8bc5729e15e0 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 19 Dec 2015 01:37:53 +0000 Subject: [PATCH] Reset watchdog counter if a Tx message button is clicked. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6299 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mainwindow.cpp b/mainwindow.cpp index bf9cda8ac..de42f0cb0 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2619,6 +2619,7 @@ void MainWindow::on_txFirstCheckBox_stateChanged(int nstate) //TxFirst void MainWindow::set_ntx(int n) //set_ntx() { m_ntx=n; + m_repeatMsg=0; } void MainWindow::on_txb1_clicked() //txb1