Merge branch 'master' of ssh://git.code.sf.net/p/free-cad/code
This commit is contained in:
commit
25b78f9026
|
@ -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))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user