mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 06:18:05 +00:00
Fix #3576. Explicit drawing annotations are now immune to "include / exclude" filters.
This commit is contained in:
@@ -314,7 +314,7 @@ class BIM_PT_references(Panel):
|
|||||||
|
|
||||||
if not self.props.is_editing_references:
|
if not self.props.is_editing_references:
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
row.label(text=f"{DocumentsData.data['total_references']} References Found", icon="LONGDISPLAY")
|
row.label(text=f"{DocumentsData.data['total_references']} References Found", icon="OBJECT_HIDDEN")
|
||||||
row.operator("bim.load_references", text="", icon="IMPORT")
|
row.operator("bim.load_references", text="", icon="IMPORT")
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user