Made the scale top control have consideration for Height
This commit is contained in:
parent
c45371da69
commit
52c91d17b2
11 changed files with 461 additions and 34 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue