mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +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):
|
||||
name: StringProperty(name="Name")
|
||||
name: StringProperty(name="Name", update=update_zone_name)
|
||||
ifc_definition_id: IntProperty(name="IFC Definition ID")
|
||||
|
||||
if TYPE_CHECKING:
|
||||
|
||||
Reference in New Issue
Block a user