Reset displayed score when Cabrillo log is reset.

This commit is contained in:
Joe Taylor 2022-03-27 09:35:28 -04:00
parent c909eb0845
commit 2d3914eb2d
1 changed files with 1 additions and 0 deletions

View File

@ -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);
}
}