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
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue