Fix #3576. Explicit drawing annotations are now immune to "include / exclude" filters.

This commit is contained in:
Dion Moult
2023-08-12 17:06:22 +10:00
parent da5fd9092c
commit 9462d906ef
2 changed files with 3 additions and 3 deletions
@@ -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