make sure we always rebuild the tree view when the content changes

This commit is contained in:
LarsBrubaker 2019-06-30 08:26:18 -07:00 committed by jlewin
parent dd49303111
commit a66096823b

View file

@ -1695,8 +1695,9 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
private bool assigningTreeNode;
private FlowLayoutWidget treeNodeContainer;
private int lastSceneDescendantsCount;
private InlineStringEdit workspaceName;
private int lastSceneDescendantsCount;
public InteractiveScene Scene => sceneContext.Scene;