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

@ -46,7 +46,7 @@ using Newtonsoft.Json.Converters;
namespace MatterHackers.MatterControl.DesignTools
{
[HideChildrenFromTreeView]
public class TextObject3D : Object3D, IStaticThumbnail
public class TextObject3D : Object3D, IStaticThumbnail, IObjectWithHeight
{
public TextObject3D()
{