Working to make arrays have instance data (index)
This commit is contained in:
parent
589290eec8
commit
7e22f26770
3 changed files with 75 additions and 30 deletions
|
|
@ -92,6 +92,14 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
|
|||
list.AddRange(newChildren);
|
||||
});
|
||||
|
||||
foreach(var child in Children)
|
||||
{
|
||||
if(SheetObject3D.HasParametersWithActiveFunctions(child))
|
||||
{
|
||||
child.Invalidate(new InvalidateArgs(child, InvalidateType.Properties));
|
||||
}
|
||||
}
|
||||
|
||||
SourceContainer.Visible = false;
|
||||
UiThread.RunOnIdle(() =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue