improving path drawing

This commit is contained in:
LarsBrubaker 2020-10-11 19:29:42 -07:00
parent 574eed06cd
commit 823b664127
8 changed files with 93 additions and 68 deletions

View file

@ -149,7 +149,7 @@ namespace MatterHackers.MatterControl.DesignTools.Operations
public void DrawEditor(Object3DControlsLayer layer, List<Object3DView> transparentMeshes, DrawEventArgs e)
{
ImageToPathObject3D.DrawPath(this);
this.DrawPath();
}
}
}