diff --git a/src/Mod/Draft/draftguitools/gui_snapper.py b/src/Mod/Draft/draftguitools/gui_snapper.py index b396e7fdb1..7e582bf3fa 100644 --- a/src/Mod/Draft/draftguitools/gui_snapper.py +++ b/src/Mod/Draft/draftguitools/gui_snapper.py @@ -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)