Added a Draft prefs option to hide the Snap bar after use
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user