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

@@ -631,6 +631,10 @@ class Snapper:
v.setCursor(cur)
self.cursorMode = mode
def restack(self):
if self.grid:
self.grid.lowerTracker()
def off(self):
"finishes snapping"
if self.tracker: