improving design tools hold to origin
This commit is contained in:
parent
9fbc18c789
commit
d4926e702f
6 changed files with 12 additions and 9 deletions
|
|
@ -142,7 +142,7 @@ namespace MatterHackers.MatterControl.DesignTools
|
|||
var height = Height.Value(this);
|
||||
var roundSegments = RoundSegments.ClampIfNotCalculated(this, 2, 90, ref valuesChanged);
|
||||
|
||||
using (new CenterAndHeightMaintainer(this, MaintainFlags.Origin))
|
||||
using (new CenterAndHeightMaintainer(this, MaintainFlags.Origin | MaintainFlags.Bottom))
|
||||
{
|
||||
if (!Advanced)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue