mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-02 13:17:49 -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_logBook.contest_log ()->reset ();
|
||||||
m_activeCall.clear(); //Erase the QMap of active calls
|
m_activeCall.clear(); //Erase the QMap of active calls
|
||||||
m_score=0;
|
m_score=0;
|
||||||
|
m_ActiveStationsWidget->setScore(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user