[fix:] refreshing listbox items after processing address sets
This commit is contained in:
@@ -98,6 +98,8 @@ public partial class MainWindow : Window
|
||||
progressWindow.Close();
|
||||
new ResultWindow(result, addresSetID).Show();
|
||||
Settings.Save();
|
||||
|
||||
RefreshAddressSetListItems((LstCustomers.SelectedItem as Customer).ID);
|
||||
}
|
||||
|
||||
private async void StartAddressShortener(KasAddressList set)
|
||||
@@ -110,6 +112,8 @@ public partial class MainWindow : Window
|
||||
|
||||
progressWindow.Close();
|
||||
Settings.Save();
|
||||
|
||||
RefreshAddressSetListItems((LstCustomers.SelectedItem as Customer).ID);
|
||||
}
|
||||
|
||||
private async void StartAddressRepairer(KasAddressList set)
|
||||
@@ -122,6 +126,8 @@ public partial class MainWindow : Window
|
||||
|
||||
progressWindow.Close();
|
||||
Settings.Save();
|
||||
|
||||
RefreshAddressSetListItems((LstCustomers.SelectedItem as Customer).ID);
|
||||
}
|
||||
|
||||
|
||||
@@ -858,6 +864,8 @@ public partial class MainWindow : Window
|
||||
|
||||
Logger.Log("PDF seems OK");
|
||||
}
|
||||
|
||||
RefreshAddressSetListItems((LstCustomers.SelectedItem as Customer).ID);
|
||||
}
|
||||
|
||||
catch (Exception ex)
|
||||
|
||||
Reference in New Issue
Block a user