Draft: Added a border around the Draft grid (can be disabled in prefs)

This commit is contained in:
Yorik van Havre
2020-05-27 18:02:04 +02:00
parent 8650fb9d16
commit 51fda743b0
3 changed files with 116 additions and 54 deletions

View File

@@ -158,7 +158,7 @@ def get_param_type(param):
"hideSnapBar", "alwaysShowGrid", "renderPolylineWidth",
"showPlaneTracker", "UsePartPrimitives",
"DiscretizeEllipses", "showUnit",
"Draft_array_fuse", "Draft_array_Link"):
"Draft_array_fuse", "Draft_array_Link","gridBorder"):
return "bool"
elif param in ("color", "constructioncolor",
"snapcolor", "gridColor"):