From 228e29244eb5bf4d3a0de871abd72270bcb6d6cb Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 9 Feb 2015 12:26:41 -0200 Subject: [PATCH] Draft: re-added Draft-Drawing tool to DraftWB --- src/Mod/Draft/InitGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Draft/InitGui.py b/src/Mod/Draft/InitGui.py index 2a8b7db305..92fd2d2f2f 100644 --- a/src/Mod/Draft/InitGui.py +++ b/src/Mod/Draft/InitGui.py @@ -112,7 +112,7 @@ class DraftWorkbench (Workbench): "Draft_Trimex", "Draft_Upgrade", "Draft_Downgrade", "Draft_Scale", "Draft_Edit","Draft_WireToBSpline","Draft_AddPoint", "Draft_DelPoint","Draft_Shape2DView","Draft_Draft2Sketch","Draft_Array", - "Draft_PathArray","Draft_Clone"] + "Draft_PathArray","Draft_Clone","Draft_Drawing"] self.treecmdList = ["Draft_ApplyStyle","Draft_ToggleDisplayMode","Draft_AddToGroup", "Draft_SelectGroup","Draft_SelectPlane", "Draft_ShowSnapBar","Draft_ToggleGrid"]