From 6533bcbc8f9608c31c80e46915d89aa776af7f39 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)