Implement test to delete child element and make it pass.
This commit is contained in:
@ -135,6 +135,7 @@ namespace zaaReloaded2.ViewModels
|
||||
vm = new ControlElementViewModel(element as ControlElementBase);
|
||||
foreach (FormatElementViewModel childVM in ((ControlElementViewModel)vm).Elements)
|
||||
{
|
||||
childVM.Parent = vm as ControlElementViewModel;
|
||||
childVM.PropertyChanged += ElementViewModel_PropertyChanged;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user