Draft: fix toggle grid issue.

This commit is contained in:
Roy-043
2021-11-17 19:26:36 +01:00
committed by GitHub
parent c410ba4f7d
commit 413fff7ea2

View File

@@ -265,10 +265,6 @@ class Snapper:
# Setup trackers if needed
self.setTrackers()
# Show the grid if it's off (new view, for ex)
if self.grid and Draft.getParam("grid", True):
self.grid.on()
# Get current snap radius
self.radius = self.getScreenDist(Draft.getParam("snapRange", 8),
screenpos)