Fix #2060. Large lists of types in a library can now be filtered.

This commit is contained in:
Dion Moult
2022-08-23 13:26:38 +10:00
parent de6b578d9c
commit 9b3f964000
@@ -89,7 +89,7 @@ class BimTool(WorkSpaceTool):
row = layout.row(align=True)
if relating_types_ids:
row.label(text="", icon="FILE_3D")
row.prop(data=props, property="relating_type_id", text="")
prop_with_search(row, props, "relating_type_id", text="")
else:
row.label(text="No Construction Type", icon="FILE_3D")
if ifc_classes: