Getting the Width Depth control working
This commit is contained in:
parent
9fd00aa874
commit
9a00aa4e87
2 changed files with 170 additions and 139 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue