Recognise gridColor config as an unsigned type
Forgot to commit this earlier
This commit is contained in:
committed by
Yorik van Havre
parent
687b2778d3
commit
25c1007676
@@ -110,7 +110,7 @@ def getParamType(param):
|
||||
"renderPolylineWidth","showPlaneTracker","UsePartPrimitives","DiscretizeEllipses",
|
||||
"showUnit"]:
|
||||
return "bool"
|
||||
elif param in ["color","constructioncolor","snapcolor"]:
|
||||
elif param in ["color","constructioncolor","snapcolor","gridColor"]:
|
||||
return "unsigned"
|
||||
else:
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user