From b63836903478eba8ffc2f3f64a11036ec7d08174 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 581b627181..3c3256b52e 100644 --- a/src/Mod/Arch/ArchWindow.py +++ b/src/Mod/Arch/ArchWindow.py @@ -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))