From 7953b6ed4c3df0f3b7da4e93dd6be455d7a28f68 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 21 Sep 2016 10:04:08 +0200 Subject: [PATCH] remove non-existing command Path_ToolLibraryEdit from list --- src/Mod/Path/InitGui.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Mod/Path/InitGui.py b/src/Mod/Path/InitGui.py index 45e3b4ad7f..5c5350ee9f 100644 --- a/src/Mod/Path/InitGui.py +++ b/src/Mod/Path/InitGui.py @@ -71,7 +71,8 @@ class PathWorkbench (Workbench): # build commands list projcmdlist = ["Path_Project", "Path_Post", "Path_Inspect", "Path_Sanity"] - toolcmdlist = ["Path_ToolTableEdit", "Path_ToolLibraryEdit", "Path_LoadTool"] + #toolcmdlist = ["Path_ToolTableEdit", "Path_ToolLibraryEdit", "Path_LoadTool"] + toolcmdlist = ["Path_ToolTableEdit", "Path_LoadTool"] prepcmdlist = ["Path_Plane", "Path_Fixture", "Path_ToolLenOffset", "Path_Comment", "Path_Stop", "Path_FaceProfile", "Path_FacePocket", "Path_Custom", "Path_FromShape"] opcmdlist = ["Path_Profile", "Path_Pocket",