From a7b3b85aa1166c6ef32eda8f10f9a2773f9d70ae Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Sun, 4 Jan 2015 15:00:31 -0200 Subject: [PATCH] Arch: Fixed the task panel of Windows - fixes #1835 --- src/Mod/Arch/ArchWindow.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Mod/Arch/ArchWindow.py b/src/Mod/Arch/ArchWindow.py index 581b6271810c..3c3256b52ebc 100644 --- a/src/Mod/Arch/ArchWindow.py +++ b/src/Mod/Arch/ArchWindow.py @@ -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))