IDE: Fix crash in the Treeview Items Editor which allowed trying to open an non-existing file.

This commit is contained in:
Bart 2025-04-01 11:32:47 +02:00
parent 6b2d34231b
commit 391169053b

View File

@ -279,6 +279,7 @@ object TreeViewItemsEditorForm: TTreeViewItemsEditorForm
object dlgOpen: TOpenDialog
Title = 'Open'
FilterIndex = 0
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
Left = 72
Top = 160
end