mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-22 12:08:43 -04:00
Fix a crash caused by calling Reset Cabrillo Log when Active Stations window is not open. Thanks to Mike W9MDB./wsjtx &
This commit is contained in:
parent
8eec2b58c0
commit
f683d47f5b
@ -7344,7 +7344,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);
|
||||
if (m_ActiveStationsWidget) m_ActiveStationsWidget->setScore(0);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user