Make sure autocomplete recieves fresh data after label updates
This commit is contained in:
@@ -1376,6 +1376,9 @@ void MainWindow::setupRecieveTab() {
|
|||||||
addZAddrsToComboList(ui->rdioZSAddr->isChecked())(true);
|
addZAddrsToComboList(ui->rdioZSAddr->isChecked())(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Update the autocomplete
|
||||||
|
updateLabelsAutoComplete();
|
||||||
|
|
||||||
// Show the user feedback
|
// Show the user feedback
|
||||||
if (!info.isEmpty()) {
|
if (!info.isEmpty()) {
|
||||||
QMessageBox::information(this, "Label", info, QMessageBox::Ok);
|
QMessageBox::information(this, "Label", info, QMessageBox::Ok);
|
||||||
|
|||||||
Reference in New Issue
Block a user