Reset QSO start time when aborting a QSO or clearing messages (ESC and F4)

This commit is contained in:
Bill Somerville 2019-02-13 18:47:31 +00:00
parent 7ec99d2a75
commit 8a1ff9e1a3

View File

@ -5051,6 +5051,7 @@ void MainWindow::TxAgain()
void MainWindow::clearDX ()
{
set_dateTimeQSO (-1);
if (m_QSOProgress != CALLING)
{
auto_tx_mode (false);