Fixed linuxcnc unit test

This commit is contained in:
Markus Lampert
2016-11-18 16:14:32 -08:00
parent 2aa2560529
commit f4480765de
3 changed files with 81 additions and 32 deletions

View File

@@ -82,7 +82,8 @@ class LoadTool():
path = Path.Path(commands)
obj.Path = path
obj.ViewObject.Visibility = True
if obj.ViewObject:
obj.ViewObject.Visibility = True
def onChanged(self, obj, prop):
mode = 2