Ensure that auto Tx is disabled when stop Tx on 73 isn't enabled and DX call is cleared

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8045 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2017-08-29 03:46:32 +00:00
parent 8f27ea5203
commit ff623873b0
1 changed files with 4 additions and 0 deletions

View File

@ -4184,6 +4184,10 @@ void MainWindow::TxAgain()
void MainWindow::clearDX ()
{
if (m_QSOProgress != CALLING)
{
auto_tx_mode (false);
}
ui->dxCallEntry->clear ();
ui->dxGridEntry->clear ();
m_lastCallsign.clear ();