This commit is contained in:
2026-06-23 11:34:10 +02:00
parent 668449fd16
commit 2701993f40

View File

@@ -372,7 +372,10 @@ namespace BeWo.ViewModel.View.AI
var t0 = ListVM.SelectedVM; var t0 = ListVM.SelectedVM;
ListVM.VMList.UpdateBy(sorted); ListVM.VMList.UpdateBy(sorted);
ListVM.SelectedVM = t0;
if(ListVM.VMList.Contains(t0))
ListVM.SelectedVM = t0;
ListVM.VMList.ResetBindings(); ListVM.VMList.ResetBindings();
} }