mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
See #6307. Prevent user from manually changing the ifc file path.
You can still hover over and copy paste if you want.
This commit is contained in:
@@ -324,7 +324,9 @@ class BIM_PT_project(Panel):
|
|||||||
row.label(text=ProjectData.data["last_saved"])
|
row.label(text=ProjectData.data["last_saved"])
|
||||||
|
|
||||||
row = self.layout.row(align=True)
|
row = self.layout.row(align=True)
|
||||||
row.prop(props, "ifc_file", text="")
|
col = row.column()
|
||||||
|
col.enabled = False
|
||||||
|
col.prop(props, "ifc_file", text="")
|
||||||
row.operator("bim.select_ifc_file", icon="FILE_FOLDER", text="")
|
row.operator("bim.select_ifc_file", icon="FILE_FOLDER", text="")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user