mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-21 19:55:20 -05:00
Fix the position of call to UpdateRate().
This commit is contained in:
parent
9b8b604a8c
commit
fc4a70cf9c
@ -6326,8 +6326,8 @@ void MainWindow::acceptQSO (QDateTime const& QSO_date_off, QString const& call,
|
||||
al.band=band;
|
||||
al.points=points;
|
||||
m_arrl_log.append(al);
|
||||
updateRate();
|
||||
}
|
||||
updateRate();
|
||||
m_xSent.clear ();
|
||||
m_xRcvd.clear ();
|
||||
if (m_config.clear_DXcall ()) ui->dxCallEntry->clear ();
|
||||
|
Loading…
Reference in New Issue
Block a user