moving Gear2D to MC

putting in some debugging
This commit is contained in:
Lars Brubaker 2019-10-25 17:21:01 -07:00
parent 32111c1b7f
commit f8e40fa4cf
5 changed files with 670 additions and 33 deletions

View file

@ -85,6 +85,7 @@ namespace MatterHackers.MatterControl.DesignTools
{
newContainer.Children.Add(child.Clone());
}
undoBuffer.AddAndDo(new ReplaceCommand(new[] { this }, new[] { newContainer }));
}