mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-15 13:48:09 +00:00
Zones UI - show currently edited zone
This commit is contained in:
@@ -446,4 +446,6 @@ class BIM_UL_zones(UIList):
|
|||||||
):
|
):
|
||||||
if item:
|
if item:
|
||||||
row = layout.row(align=True)
|
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)
|
row.prop(item, "name", text="", emboss=False)
|
||||||
|
|||||||
Reference in New Issue
Block a user