mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
Fix #2060. Large lists of types in a library can now be filtered.
This commit is contained in:
@@ -89,7 +89,7 @@ class BimTool(WorkSpaceTool):
|
|||||||
row = layout.row(align=True)
|
row = layout.row(align=True)
|
||||||
if relating_types_ids:
|
if relating_types_ids:
|
||||||
row.label(text="", icon="FILE_3D")
|
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:
|
else:
|
||||||
row.label(text="No Construction Type", icon="FILE_3D")
|
row.label(text="No Construction Type", icon="FILE_3D")
|
||||||
if ifc_classes:
|
if ifc_classes:
|
||||||
|
|||||||
Reference in New Issue
Block a user