Arch: Fixed the task panel of Windows - fixes #1835

This commit is contained in:
Yorik van Havre
2015-01-04 15:00:31 -02:00
parent 6fb8d98d3c
commit b638369034

View File

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