Merge pull request #5183 from Roy-043/Draft-fix-toggle-grid
Draft: fix toggle grid issue.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user