mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-20 19:19:02 -04:00
Reset displayed score when Cabrillo log is reset.
This commit is contained in:
parent
c909eb0845
commit
2d3914eb2d
@ -7167,6 +7167,7 @@ void MainWindow::on_reset_cabrillo_log_action_triggered ()
|
||||
m_logBook.contest_log ()->reset ();
|
||||
m_activeCall.clear(); //Erase the QMap of active calls
|
||||
m_score=0;
|
||||
m_ActiveStationsWidget->setScore(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user