[Draft] Insert the arc group in the draft toolbar

small fix to add the arc group to the toolbar.
This commit is contained in:
carlopav
2019-05-14 08:47:54 +02:00
committed by Yorik van Havre
parent 792a253830
commit 5aeb15db0c

View File

@@ -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"]