Cleaning up material selector

This commit is contained in:
LarsBrubaker 2022-03-20 19:16:06 -07:00
parent 11570268f2
commit 083633b633
3 changed files with 5 additions and 16 deletions

View file

@ -206,6 +206,11 @@ namespace MatterHackers.MatterControl.Library.Widgets
});
}
if (directory.Contains("MatterHackers"))
{
treeNode.Expanded = true;
}
return treeNode;
}