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