Ignore TextObject3D children in TreeView

This commit is contained in:
John Lewin 2018-06-01 08:57:00 -07:00
parent a382b26f4b
commit 170af8f6b4
3 changed files with 11 additions and 4 deletions

View file

@ -37,6 +37,7 @@ using MatterHackers.Agg.VertexSource;
using MatterHackers.DataConverters3D;
using MatterHackers.DataConverters3D.UndoCommands;
using MatterHackers.Localizations;
using MatterHackers.MatterControl.CustomWidgets.TreeView;
using MatterHackers.MatterControl.DesignTools.Operations;
using MatterHackers.VectorMath;
using Newtonsoft.Json;
@ -44,7 +45,7 @@ using Newtonsoft.Json.Converters;
namespace MatterHackers.MatterControl.DesignTools
{
public class TextObject3D : Object3D, IPublicPropertyObject
public class TextObject3D : Object3D, IPublicPropertyObject, IVisualLeafNode
{
public TextObject3D()
{