Draft: activate both Fillet commands to test

In this moment the old fillet tool is `Draft_Fillet`
and the new tool is `Draft_Fillet_new`. They are imported both,
so they can both be tested from the interface.
This commit is contained in:
vocx-fc
2020-05-01 00:38:08 -05:00
committed by Yorik van Havre
parent c17546557d
commit 68e6d8d164

View File

@@ -38,7 +38,7 @@ from PySide.QtCore import QT_TRANSLATE_NOOP
def get_draft_drawing_commands():
"""Return the drawing commands list."""
return ["Draft_Line", "Draft_Wire", # "Draft_Fillet",
return ["Draft_Line", "Draft_Wire", "Draft_Fillet", "Draft_Fillet_new",
"Draft_ArcTools",
"Draft_Circle", "Draft_Ellipse", "Draft_Rectangle",
"Draft_Polygon", "Draft_BSpline", "Draft_BezierTools",