mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-05 14:47:54 -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)
|
void MainWindow::on_dxCallEntry_textChanged (QString const& call)
|
||||||
{
|
{
|
||||||
|
set_dateTimeQSO (-1); // reset the QSO start time when DXCall changes
|
||||||
m_hisCall = call;
|
m_hisCall = call;
|
||||||
ui->dxGridEntry->clear();
|
ui->dxGridEntry->clear();
|
||||||
statusChanged();
|
statusChanged();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user