Renamed LoadTool to ToolController.

This commit is contained in:
Markus Lampert
2017-06-05 16:00:42 -07:00
parent c4cb45c1b4
commit 8d8ea9979f
44 changed files with 545 additions and 545 deletions

View File

@@ -56,7 +56,7 @@ class ToolLenOffset:
obj.Path = Path.Path("(inactive operation)")
obj.ViewObject.Visibility = False
# tie the HeightNumber to the PathLoadTool object ToolNumber
# tie the HeightNumber to the PathToolController object ToolNumber
if len(obj.InList) > 0: # check to see if obj is in the Project group yet
project = obj.InList[0]
tl = int(PathUtils.changeTool(obj, project))