Cleaning up material selector
This commit is contained in:
parent
11570268f2
commit
083633b633
3 changed files with 5 additions and 16 deletions
|
|
@ -206,6 +206,11 @@ namespace MatterHackers.MatterControl.Library.Widgets
|
|||
});
|
||||
}
|
||||
|
||||
if (directory.Contains("MatterHackers"))
|
||||
{
|
||||
treeNode.Expanded = true;
|
||||
}
|
||||
|
||||
return treeNode;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue