Getting the Width Depth control working

This commit is contained in:
LarsBrubaker 2021-04-12 17:31:01 -07:00 committed by Lars Brubaker
parent 9fd00aa874
commit 9a00aa4e87
2 changed files with 170 additions and 139 deletions

View file

@ -191,8 +191,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
if (selectedItem is IObjectWithWidthAndDepth widthAndDepth)
{
#if DEBUG
//Object3DControls.Add(new ScaleCornerControl(this, 0));
Object3DControls.Add(new ScaleMatrixEdgeControl(this, 0));
Object3DControls.Add(new ScaleEdgeControl(this, 0));
#else
AddControls(ControlTypes.ScaleMatrixXY);
#endif