Clear DX Grid after any change in DX Call. (Is this the best way to do it?)

This commit is contained in:
Joe Taylor 2020-06-07 13:02:27 -04:00
parent 9935ef8706
commit bcfa4526d2
1 changed files with 1 additions and 0 deletions

View File

@ -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 ();
}