From 96514385e5d36407c61a566c1dadaa3838c4f3c8 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Thu, 28 Nov 2013 11:55:40 -0200 Subject: [PATCH] Arch: Added Draft_PathArray to the Arch WB --- src/Mod/Arch/InitGui.py | 2 +- src/Mod/Draft/InitGui.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Mod/Arch/InitGui.py b/src/Mod/Arch/InitGui.py index afce48544..15f9ff5d2 100644 --- a/src/Mod/Arch/InitGui.py +++ b/src/Mod/Arch/InitGui.py @@ -87,7 +87,7 @@ class ArchWorkbench(Workbench): self.draftmodtools = ["Draft_Move","Draft_Rotate","Draft_Offset", "Draft_Trimex", "Draft_Upgrade", "Draft_Downgrade", "Draft_Scale", "Draft_Drawing","Draft_Shape2DView","Draft_Draft2Sketch","Draft_Array", - "Draft_Clone"] + "Draft_PathArray","Draft_Clone"] self.extramodtools = ["Draft_WireToBSpline","Draft_AddPoint","Draft_DelPoint"] self.draftcontexttools = ["Draft_ApplyStyle","Draft_ToggleDisplayMode","Draft_AddToGroup", "Draft_SelectGroup","Draft_SelectPlane", diff --git a/src/Mod/Draft/InitGui.py b/src/Mod/Draft/InitGui.py index b8dc22e75..ff0a431ab 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_Drawing","Draft_Edit","Draft_WireToBSpline","Draft_AddPoint", "Draft_DelPoint","Draft_Shape2DView","Draft_Draft2Sketch","Draft_Array", - "Draft_Clone","Draft_PathArray"] + "Draft_PathArray","Draft_Clone"] self.treecmdList = ["Draft_ApplyStyle","Draft_ToggleDisplayMode","Draft_AddToGroup", "Draft_SelectGroup","Draft_SelectPlane", "Draft_ShowSnapBar","Draft_ToggleGrid"]