Revert "Fix the position of call to UpdateRate()."

This reverts commit fc4a70cf9c.
This commit is contained in:
Joe Taylor 2022-04-11 11:03:16 -04:00
parent fc4a70cf9c
commit afa020558f
1 changed files with 1 additions and 1 deletions

View File

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