mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 10:11:46 +00:00
Zones UI - fix missing name update
This commit is contained in:
@@ -70,7 +70,7 @@ def update_zone_name(self: "Zone", context: bpy.types.Context) -> None:
|
|||||||
|
|
||||||
|
|
||||||
class Zone(PropertyGroup):
|
class Zone(PropertyGroup):
|
||||||
name: StringProperty(name="Name")
|
name: StringProperty(name="Name", update=update_zone_name)
|
||||||
ifc_definition_id: IntProperty(name="IFC Definition ID")
|
ifc_definition_id: IntProperty(name="IFC Definition ID")
|
||||||
|
|
||||||
if TYPE_CHECKING:
|
if TYPE_CHECKING:
|
||||||
|
|||||||
Reference in New Issue
Block a user