system correct path to phil
This commit is contained in:
parent
b6d878e1b4
commit
ae834316f4
3 changed files with 4 additions and 3 deletions
|
|
@ -68,7 +68,7 @@ namespace MatterHackers.MatterControl
|
|||
|
||||
protected override void OnTreeNodeDoubleClicked(TreeNode treeNode)
|
||||
{
|
||||
if (treeNode.Tag is PrinterInfo printerInfo)
|
||||
if (treeNode.Tag is PrinterInfo)
|
||||
{
|
||||
this.OnContinue(treeNode);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue