From afa020558ffc712d2efa4705eb646533fedc7dcc Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 11 Apr 2022 11:03:16 -0400 Subject: [PATCH] Revert "Fix the position of call to UpdateRate()." This reverts commit fc4a70cf9c261702568376806210e96271f915a0. --- widgets/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 4dfbb18e8..86d3bb5b7 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -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 ();