mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 17:58:20 +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 = 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="")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user