mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-30 08:33:10 +00:00
Fix #7255. Bug where you couldn't edit header data.
This commit is contained in:
@@ -450,9 +450,9 @@ class BIMProjectProperties(PropertyGroup):
|
|||||||
self.mvd = header_data.mvd
|
self.mvd = header_data.mvd
|
||||||
self.author_name = header_data.author_name
|
self.author_name = header_data.author_name
|
||||||
self.author_email = header_data.author_email
|
self.author_email = header_data.author_email
|
||||||
self.organisation_name = header_data.organization_name
|
self.organisation_name = header_data.organisation_name
|
||||||
self.organisation_email = header_data.organization_email
|
self.organisation_email = header_data.organisation_email
|
||||||
self.authorisation = header_data.authorization
|
self.authorisation = header_data.authorisation
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
is_editing: bool
|
is_editing: bool
|
||||||
|
|||||||
Reference in New Issue
Block a user