Skip to content

Commit

Permalink
Arch: Fixed the task panel of Windows - fixes #1835
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jan 4, 2015
1 parent 0d1fc35 commit a7b3b85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mod/Arch/ArchWindow.py
Expand Up @@ -453,7 +453,6 @@ def Activated(self):
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))
Expand Down

0 comments on commit a7b3b85

Please sign in to comment.