mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -05:00
Clear DX Grid after any change in DX Call. (Is this the best way to do it?)
This commit is contained in:
parent
e7f9a64566
commit
ccb9479d2d
@ -5547,6 +5547,7 @@ void MainWindow::on_tx6_editingFinished() //tx6 edited
|
|||||||
void MainWindow::on_dxCallEntry_textChanged (QString const& call)
|
void MainWindow::on_dxCallEntry_textChanged (QString const& call)
|
||||||
{
|
{
|
||||||
m_hisCall = call;
|
m_hisCall = call;
|
||||||
|
ui->dxGridEntry->clear();
|
||||||
statusChanged();
|
statusChanged();
|
||||||
statusUpdate ();
|
statusUpdate ();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user