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

(cherry picked from commit 391169053b)
This commit is contained in:
Bart 2025-04-01 11:32:47 +02:00 committed by Maxim Ganetsky
parent b5fbc46391
commit 213e28c312

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