Draft: Fixes in trackers

* Plane tracker can now be turned off in preferences
* Grid no longer stays in front of new objects
This commit is contained in:
Yorik van Havre
2012-06-06 16:45:54 -03:00
parent 01681d66ec
commit 46b7d598ee
7 changed files with 468 additions and 464 deletions

View File

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