Draft: small fix in trimex snap mode

This commit is contained in:
Yorik van Havre
2015-12-23 15:19:03 -02:00
parent ee61fb5533
commit 5244d9f17a

View File

@@ -2769,7 +2769,7 @@ class Trimex(Modifier):
self.ctrl = hasMod(arg,MODSNAP)
if self.extrudeMode:
arg["ShiftDown"] = False
if hasattr(FreeCADGui,"Snapper"):
elif hasattr(FreeCADGui,"Snapper"):
FreeCADGui.Snapper.setSelectMode(not self.ctrl)
wp = not(self.extrudeMode and self.shift)
self.point,cp,info = getPoint(self,arg,workingplane=wp)