Browse Source

Make sure autocomplete recieves fresh data after label updates

import_zecw
adityapk00 5 years ago
parent
commit
be87587ff5
  1. 3
      src/mainwindow.cpp

3
src/mainwindow.cpp

@ -1376,6 +1376,9 @@ void MainWindow::setupRecieveTab() {
addZAddrsToComboList(ui->rdioZSAddr->isChecked())(true);
}
// Update the autocomplete
updateLabelsAutoComplete();
// Show the user feedback
if (!info.isEmpty()) {
QMessageBox::information(this, "Label", info, QMessageBox::Ok);

Loading…
Cancel
Save