Draft: small fix in trimex snap mode

This commit is contained in:
Yorik van Havre 2015-12-23 15:19:03 -02:00
parent ff806af026
commit aac4205d1d

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)