fix
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user