From 7101d9a89d49ed718d42611a81f1097b723e5ad2 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Tue, 10 Apr 2018 14:39:53 -0300 Subject: [PATCH] Arch: small bugfix in Rebar --- src/Mod/Arch/ArchRebar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Arch/ArchRebar.py b/src/Mod/Arch/ArchRebar.py index 31864124fd..bd9b4b4ee1 100644 --- a/src/Mod/Arch/ArchRebar.py +++ b/src/Mod/Arch/ArchRebar.py @@ -142,6 +142,7 @@ class _CommandRebar: return FreeCAD.Console.PrintMessage(translate("Arch","Please select a base face on a structural object")+"\n") + FreeCADGui.Control.closeDialog() FreeCADGui.Control.showDialog(ArchComponent.SelectionTaskPanel()) FreeCAD.ArchObserver = ArchComponent.ArchSelectionObserver(nextCommand="Arch_Rebar") FreeCADGui.Selection.addObserver(FreeCAD.ArchObserver)