From 5aeb15db0c7c603ef5f730245bf3dc58a0baf5df Mon Sep 17 00:00:00 2001 From: carlopav <47068848+carlopav@users.noreply.github.com> Date: Tue, 14 May 2019 08:47:54 +0200 Subject: [PATCH] [Draft] Insert the arc group in the draft toolbar small fix to add the arc group to the toolbar. --- 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 31221b6367..408bd18cab 100644 --- a/src/Mod/Draft/InitGui.py +++ b/src/Mod/Draft/InitGui.py @@ -68,7 +68,7 @@ class DraftWorkbench (Workbench): FreeCAD.Console.PrintError("Error: Initializing one or more of the Draft modules failed, Draft will not work as expected.\n") # setup menus - self.cmdList = ["Draft_Line","Draft_Wire","Draft_Circle","Draft_Arc","Draft_Arc_3Points","Draft_Ellipse", + self.cmdList = ["Draft_Line","Draft_Wire","Draft_Circle","Draft_ArcTools","Draft_Ellipse", "Draft_Polygon","Draft_Rectangle", "Draft_Text", "Draft_Dimension", "Draft_BSpline","Draft_Point", "Draft_ShapeString","Draft_Facebinder","Draft_BezierTools","Draft_Label"]