mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
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:
parent
8f27ea5203
commit
ff623873b0
@ -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 ();
|
||||
|
Loading…
Reference in New Issue
Block a user