[Arch] Fix regression in ArchProject.py...
...from https://github.com/FreeCAD/FreeCAD/commit/eda726041bff41daf10ec19ba6067475a16a9956#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