mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 20:28:42 -05:00
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
This commit is contained in:
parent
f421ca57b7
commit
3ed60c89eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user