mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 04:37:56 +00:00
fix location search filter
This commit is contained in:
@@ -325,7 +325,7 @@ def draw_filter(layout, props, data, module):
|
|||||||
row.prop(ifc_filter, "value", text="", icon="OUTLINER")
|
row.prop(ifc_filter, "value", text="", icon="OUTLINER")
|
||||||
elif ifc_filter.type == "location":
|
elif ifc_filter.type == "location":
|
||||||
row = box.row(align=True)
|
row = box.row(align=True)
|
||||||
row.prop(ifc_filter, "name", text="", icon="PACKAGE")
|
row.prop(ifc_filter, "value", text="", icon="PACKAGE")
|
||||||
elif ifc_filter.type == "query":
|
elif ifc_filter.type == "query":
|
||||||
row = box.row(align=True)
|
row = box.row(align=True)
|
||||||
row.prop(ifc_filter, "name", text="", icon="POINTCLOUD_DATA")
|
row.prop(ifc_filter, "name", text="", icon="POINTCLOUD_DATA")
|
||||||
|
|||||||
Reference in New Issue
Block a user