Draft: move Draft_Slope to gui_lineslope module

The class name was renamed to `LineSlope` as it is fundamentally
inteded to control slopes of lines.
This commit is contained in:
vocx-fc
2020-03-19 18:21:29 -06:00
committed by Yorik van Havre
parent 8aeb33f203
commit 60f3155651
4 changed files with 159 additions and 56 deletions

View File

@@ -83,7 +83,7 @@ def get_draft_modification_commands():
"Draft_Upgrade", "Draft_Downgrade",
"Separator",
"Draft_WireToBSpline", "Draft_Draft2Sketch",
"Draft_FlipDimension",
"Draft_Slope", "Draft_FlipDimension",
"Separator",
"Draft_Shape2DView", "Draft_Drawing"]
return lst