mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 18:16:40 +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)
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user