Made the scale top control have consideration for Height

This commit is contained in:
LarsBrubaker 2020-10-11 07:49:58 -07:00
parent c45371da69
commit 52c91d17b2
11 changed files with 461 additions and 34 deletions

View file

@ -165,8 +165,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
// add default controls
if (selectedItem is IObjectWithHeight heightObject)
{
// Object3DControls.Add(new ScaleHeightControl(this));
Object3DControls.Add(new ScaleMatrixTopControl(this));
Object3DControls.Add(new ScaleHeightControl(this));
}
else
{