Reset the QSO start time when DXCall changes.

This commit is contained in:
Uwe Risse 2023-06-17 16:18:57 +02:00
parent 61ac076f7d
commit ca461d8f61

View File

@ -6540,6 +6540,7 @@ void MainWindow::mousePressEvent(QMouseEvent *event)
void MainWindow::on_dxCallEntry_textChanged (QString const& call)
{
set_dateTimeQSO (-1); // reset the QSO start time when DXCall changes
m_hisCall = call;
ui->dxGridEntry->clear();
statusChanged();