compile and continue

This commit is contained in:
Lars Brubaker 2018-11-01 16:49:43 -07:00
parent 1fc34163ae
commit 19757dde50

View file

@ -401,6 +401,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
{
treeView.SelectedNode = treeNode;
}
Invalidate();
}
private Dictionary<string, NamedAction> InitWorkspaceActions()