mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-14 15:29:17 -04:00
Reset the QSO start time when DXCall changes.
This commit is contained in:
parent
61ac076f7d
commit
ca461d8f61
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user