mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 00:59:31 +02:00
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:
parent
b5fbc46391
commit
213e28c312
@ -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