Draft: Fixed patterns + added default pattern size pref option

This commit is contained in:
Yorik van Havre
2020-10-12 15:12:50 +02:00
parent e3c30e7481
commit 5609b38e9a
3 changed files with 59 additions and 4 deletions

View File

@@ -176,7 +176,7 @@ def get_param_type(param):
return "string"
elif param in ("textheight", "tolerance", "gridSpacing",
"arrowsize", "extlines", "dimspacing",
"dimovershoot", "extovershoot"):
"dimovershoot", "extovershoot","HatchPatternSize"):
return "float"
elif param in ("selectBaseObjects", "alwaysSnap", "grid",
"fillmode", "saveonexit", "maxSnap",