mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-12 04:20:14 +02:00
packager: make treeview readonly in the package editor (part of issue #0013849)
git-svn-id: trunk@20269 -
This commit is contained in:
parent
8b5e40c05f
commit
d52fd54c84
@ -1429,6 +1429,7 @@ begin
|
||||
PopupMenu:=FilesPopupMenu;
|
||||
OnSelectionChanged:=@FilesTreeViewSelectionChanged;
|
||||
Options:=Options+[tvoRightClickSelect];
|
||||
ReadOnly := True;
|
||||
OnDblClick:=@FilesTreeViewDblClick;
|
||||
Anchors:=[akLeft,akRight,akTop,akBottom];
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user