Skip to content

Commit

Permalink
Arch: Fixed window label
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jan 4, 2015
1 parent a7b3b85 commit 47f172b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Arch/ArchWindow.py
Expand Up @@ -53,6 +53,7 @@ def makeWindow(baseobj=None,width=None,height=None,parts=None,name=translate("Ar
return obj
p = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Arch")
obj = FreeCAD.ActiveDocument.addObject("Part::FeaturePython",name)
obj.Label = name
_Window(obj)
if FreeCAD.GuiUp:
_ViewProviderWindow(obj.ViewObject)
Expand Down

0 comments on commit 47f172b

Please sign in to comment.