Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code

This commit is contained in:
wmayer 2015-01-04 18:15:59 +01:00
commit 25b78f9026

View File

@ -453,7 +453,6 @@ class _CommandWindow:
def getPoint(self,point=None,obj=None): def getPoint(self,point=None,obj=None):
"this function is called by the snapper when it has a 3D point" "this function is called by the snapper when it has a 3D point"
self.tracker.finalize() self.tracker.finalize()
FreeCADGui.Control.closeDialog()
if point == None: if point == None:
return return
point = point.add(FreeCAD.Vector(0,0,self.Sill)) point = point.add(FreeCAD.Vector(0,0,self.Sill))