[Arch] Fix regression in ArchProject.py...
...from eda726041b (diff-da1821ac61ef30c74c28b89cd2620b38) which caused error on IFC import.
This commit is contained in:
committed by
Yorik van Havre
parent
ff5a903250
commit
b210066650
@@ -166,7 +166,7 @@ class _Project(ArchIFC.IfcContext):
|
||||
"""Method run when the document is restored. Re-add the properties."""
|
||||
self.setProperties(obj)
|
||||
|
||||
class _viewproviderproject(ArchIFCView.IfcContextView):
|
||||
class _ViewProviderProject(ArchIFCView.IfcContextView):
|
||||
"""A View Provider for the project object.
|
||||
|
||||
Parameters
|
||||
|
||||
Reference in New Issue
Block a user