improving design tools hold to origin

This commit is contained in:
Lars Brubaker 2021-09-16 14:56:15 -07:00
parent 9fbc18c789
commit d4926e702f
6 changed files with 12 additions and 9 deletions

View file

@ -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)
{