mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 04:58:46 -04:00
Reset QSO start time when aborting a QSO or clearing messages (ESC and F4)
This commit is contained in:
parent
7ec99d2a75
commit
8a1ff9e1a3
@ -5051,6 +5051,7 @@ void MainWindow::TxAgain()
|
||||
|
||||
void MainWindow::clearDX ()
|
||||
{
|
||||
set_dateTimeQSO (-1);
|
||||
if (m_QSOProgress != CALLING)
|
||||
{
|
||||
auto_tx_mode (false);
|
||||
|
Loading…
Reference in New Issue
Block a user