Skip to content

Commit

Permalink
Draft: Fixed small bug in Snap Nearest command
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jan 18, 2019
1 parent 42d7c7a commit ae95f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Draft/DraftTools.py
Expand Up @@ -5724,7 +5724,7 @@ def Activated(self):
if hasattr(FreeCADGui,"Snapper"):
if hasattr(FreeCADGui.Snapper,"toolbarButtons"):
for b in FreeCADGui.Snapper.toolbarButtons:
if b.objectName() == "SnapButtonnear":
if b.objectName() == "SnapButtonpassive":
b.toggle()

class Draft_Snap_Ortho():
Expand Down

0 comments on commit ae95f77

Please sign in to comment.