0000742: Draft grid

This commit is contained in:
Yorik van Havre
2012-06-11 17:14:40 -03:00
parent 231786f579
commit 041dd32a00

View File

@@ -956,7 +956,7 @@ class Snapper:
self.trackers[2].append(self.tracker)
self.trackers[3].append(self.extLine)
self.trackers[4].append(self.radiusTracker)
if not self.forceGridOff:
if self.grid and (not self.forceGridOff):
self.grid.set()
if not hasattr(FreeCADGui,"Snapper"):