Skip to content

Commit

Permalink
Recognise gridColor config as an unsigned type
Browse files Browse the repository at this point in the history
Forgot to commit this earlier
  • Loading branch information
Moult authored and yorikvanhavre committed Jun 3, 2019
1 parent 687b277 commit 25c1007
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/Draft.py
Expand Up @@ -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
Expand Down

0 comments on commit 25c1007

Please sign in to comment.