mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 01:08:12 +02:00
IDE: Fix crash in the Treeview Items Editor which allowed trying to open an non-existing file.
This commit is contained in:
parent
6b2d34231b
commit
391169053b
@ -279,6 +279,7 @@ object TreeViewItemsEditorForm: TTreeViewItemsEditorForm
|
||||
object dlgOpen: TOpenDialog
|
||||
Title = 'Open'
|
||||
FilterIndex = 0
|
||||
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
|
||||
Left = 72
|
||||
Top = 160
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user