Make sure autocomplete recieves fresh data after label updates

This commit is contained in:
adityapk00 2019-02-23 09:25:18 -08:00
parent 7152ebd44a
commit be87587ff5
1 changed files with 3 additions and 0 deletions

View File

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