From edca1b4affbb97469f44b9636cbcc22e691a10af Mon Sep 17 00:00:00 2001 From: carlopav Date: Sun, 22 Dec 2019 17:04:07 +0100 Subject: [PATCH] [Arch] Added Draft Edit Command to toolbar --- src/Mod/Arch/InitGui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Arch/InitGui.py b/src/Mod/Arch/InitGui.py index 653c5e6719..505e9b18e0 100644 --- a/src/Mod/Arch/InitGui.py +++ b/src/Mod/Arch/InitGui.py @@ -73,7 +73,7 @@ class ArchWorkbench(Workbench): self.draftmodtools = ["Draft_Move","Draft_Rotate","Draft_Offset", "Draft_Trimex", "Draft_Upgrade", "Draft_Downgrade", "Draft_Scale", "Draft_Shape2DView","Draft_Draft2Sketch","Draft_Array", - "Draft_Clone"] + "Draft_Clone","Draft_Edit"] self.draftextratools = ["Draft_WireToBSpline","Draft_AddPoint","Draft_DelPoint","Draft_ShapeString", "Draft_PathArray","Draft_Mirror","Draft_Stretch"] self.draftcontexttools = ["Draft_ApplyStyle","Draft_ToggleDisplayMode","Draft_AddToGroup","Draft_AutoGroup",