[Draft] Remove obsolete code related to Drawing WB
* [Draft] Remove obsolete code related to Drawing WB remove unused elif * [Draft] Remove obsolete code related to the Drawing WB * Update preferences-draftvisual.ui Also remove the template label. * Update utils.py Remove reference to "template" * Remove Draft_Drawing.svg from Draft.qrc --------- Co-authored-by: Roy-043 <info@b-k-g.nl> Co-authored-by: Roy-043 <70520633+Roy-043@users.noreply.github.com>
This commit is contained in:
@@ -172,7 +172,7 @@ def get_param_type(param):
|
||||
"snapStyle", "dimstyle", "gridSize", "gridTransparency"):
|
||||
return "int"
|
||||
elif param in ("constructiongroupname", "textfont",
|
||||
"patternFile", "template", "snapModes",
|
||||
"patternFile", "snapModes",
|
||||
"FontFile", "ClonePrefix", "overrideUnit",
|
||||
"labeltype", "gridSpacing") or "inCommandShortcut" in param:
|
||||
return "string"
|
||||
|
||||
Reference in New Issue
Block a user