Skip to content

Commit

Permalink
Arch: small bugfix in Rebar
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Apr 10, 2018
1 parent 2400fe6 commit 7101d9a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Arch/ArchRebar.py
Expand Up @@ -142,6 +142,7 @@ def Activated(self):
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)
Expand Down

0 comments on commit 7101d9a

Please sign in to comment.