Skip to content

Commit

Permalink
Arch: fix incorrect indentation in ArchStairs.py (#8475)
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz committed Feb 14, 2023
1 parent d6fc29f commit ae00eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Arch/ArchStairs.py
Expand Up @@ -236,7 +236,7 @@ def Activated(self):

FreeCADGui.addModule("Draft")
for obj in stairs:
Draft.autogroup(obj) # seems not working?
Draft.autogroup(obj) # seems not working?

FreeCAD.ActiveDocument.commitTransaction()
FreeCAD.ActiveDocument.recompute()
Expand Down

0 comments on commit ae00eec

Please sign in to comment.