Added a Draft prefs option to hide the Snap bar after use

This commit is contained in:
Yorik van Havre
2012-03-19 15:45:49 -03:00
parent 1c4d89013b
commit 23ddc2d30f
4 changed files with 343 additions and 309 deletions

View File

@@ -101,7 +101,7 @@ def getParamType(param):
elif param in ["textheight","tolerance","gridSpacing"]:
return "float"
elif param in ["selectBaseObjects","alwaysSnap","grid","fillmode","saveonexit","maxSnap",
"SvgLinesBlack","dxfStdSize","showSnapBar"]:
"SvgLinesBlack","dxfStdSize","showSnapBar","hideSnapBar"]:
return "bool"
elif param in ["color","constructioncolor","snapcolor"]:
return "unsigned"