packager: make treeview readonly in the package editor (part of issue #0013849)

git-svn-id: trunk@20269 -
This commit is contained in:
paul 2009-05-28 00:28:15 +00:00
parent 8b5e40c05f
commit d52fd54c84

View File

@ -1429,6 +1429,7 @@ begin
PopupMenu:=FilesPopupMenu;
OnSelectionChanged:=@FilesTreeViewSelectionChanged;
Options:=Options+[tvoRightClickSelect];
ReadOnly := True;
OnDblClick:=@FilesTreeViewDblClick;
Anchors:=[akLeft,akRight,akTop,akBottom];
end;