Ignore TextObject3D children in TreeView
This commit is contained in:
parent
a382b26f4b
commit
170af8f6b4
3 changed files with 11 additions and 4 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue