fixing undo
This commit is contained in:
parent
3ef94a47a0
commit
b13b3ed056
3 changed files with 41 additions and 39 deletions
|
|
@ -190,11 +190,11 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
|
||||
if (selectedItem is IObjectWithWidthAndDepth widthAndDepth)
|
||||
{
|
||||
Object3DControls.Add(new ScaleWidthDepthCornerControl(this, 0));
|
||||
//Object3DControls.Add(new ScaleWidthDepthEdgeControl(this, 0));
|
||||
//Object3DControls.Add(new ScaleWidthDepthEdgeControl(this, 1));
|
||||
//Object3DControls.Add(new ScaleWidthDepthEdgeControl(this, 2));
|
||||
//Object3DControls.Add(new ScaleWidthDepthEdgeControl(this, 3));
|
||||
for (int i = 0; i < 4; i++)
|
||||
{
|
||||
Object3DControls.Add(new ScaleWidthDepthCornerControl(this, i));
|
||||
Object3DControls.Add(new ScaleWidthDepthEdgeControl(this, i));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue