The width depth controls are working on all sides

Still have rendering issues
This commit is contained in:
Lars Brubaker 2021-04-13 17:53:36 -07:00
parent f7c269426a
commit 28d03c57d8
5 changed files with 52 additions and 77 deletions

View file

@ -190,11 +190,10 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
if (selectedItem is IObjectWithWidthAndDepth widthAndDepth)
{
#if DEBUG
Object3DControls.Add(new ScaleWidthDepthControl(this, 0));
#else
AddControls(ControlTypes.ScaleMatrixXY);
#endif
Object3DControls.Add(new ScaleWidthDepthControl(this, 1));
Object3DControls.Add(new ScaleWidthDepthControl(this, 2));
Object3DControls.Add(new ScaleWidthDepthControl(this, 3));
}
else
{