mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Zones UI - show currently edited zone
This commit is contained in:
@@ -446,4 +446,6 @@ class BIM_UL_zones(UIList):
|
||||
):
|
||||
if item:
|
||||
row = layout.row(align=True)
|
||||
if data.is_editing == item.ifc_definition_id:
|
||||
row.label(text="", icon="GREASEPENCIL")
|
||||
row.prop(item, "name", text="", emboss=False)
|
||||
|
||||
Reference in New Issue
Block a user