mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 12:23:37 -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
9935ef8706
commit
bcfa4526d2
@ -5547,6 +5547,7 @@ void MainWindow::on_tx6_editingFinished() //tx6 edited
|
||||
void MainWindow::on_dxCallEntry_textChanged (QString const& call)
|
||||
{
|
||||
m_hisCall = call;
|
||||
ui->dxGridEntry->clear();
|
||||
statusChanged();
|
||||
statusUpdate ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user