1
0
mirror of https://github.com/saitohirga/WSJT-X.git synced 2025-04-21 10:48:34 -04:00

Clear m_EMECall when Cabrillo log is reset.

This commit is contained in:
Joe Taylor 2023-01-25 16:29:57 -05:00
parent 3c3d3ebf3a
commit 2d7b76ff03

View File

@ -7504,6 +7504,7 @@ void MainWindow::on_reset_cabrillo_log_action_triggered ()
if(m_config.RTTY_Exchange()!="SCC") ui->sbSerialNumber->setValue(1);
m_logBook.contest_log ()->reset ();
m_activeCall.clear(); //Erase the QMap of active calls
m_EMECall.clear(); //ditto for EME calls
m_score=0;
if (m_ActiveStationsWidget) m_ActiveStationsWidget->setScore(0);
}