mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 15:37:50 +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
|
object dlgOpen: TOpenDialog
|
||||||
Title = 'Open'
|
Title = 'Open'
|
||||||
FilterIndex = 0
|
FilterIndex = 0
|
||||||
|
Options = [ofFileMustExist, ofEnableSizing, ofViewDetail]
|
||||||
Left = 72
|
Left = 72
|
||||||
Top = 160
|
Top = 160
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user