Weighing: Use App.MainDispatcher.BeginInvoke in DeliveryAdminWindow

This commit is contained in:
2024-02-21 22:24:05 +01:00
parent c0ff852f5e
commit ae7fdef2ea
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ namespace Elwig.Helpers.Weighing {
}
protected virtual void RaiseWeighingEvent(WeighingEventArgs evt) {
App.MainDispatcher.BeginInvoke(() => WeighingEvent?.Invoke(this, evt));
WeighingEvent?.Invoke(this, evt);
}
public new void Dispose() {