Packager: Don't hide selection in the ListView of Open Installed Package dialog.

git-svn-id: trunk@48874 -
This commit is contained in:
juha 2015-04-26 21:14:31 +00:00
parent 414374dbd9
commit b8f7b8aef0
2 changed files with 3 additions and 2 deletions

View File

@ -59,7 +59,7 @@ type
property Items: TListViewDataList read fOriginalData;
published
property FilteredListview: TCustomListView read fFilteredListview write SetFilteredListview;
property ByAllFields: Boolean read fByAllFields write fByAllFields;
property ByAllFields: Boolean read fByAllFields write fByAllFields default False;
end;
var

View File

@ -10,7 +10,7 @@ object OpenLoadedPackagesDlg: TOpenLoadedPackagesDlg
OnClose = FormClose
OnCreate = FormCreate
Position = poScreenCenter
LCLVersion = '1.3'
LCLVersion = '1.5'
object HintMemo: TMemo
Left = 3
Height = 121
@ -41,6 +41,7 @@ object OpenLoadedPackagesDlg: TOpenLoadedPackagesDlg
BorderSpacing.Top = 3
BorderSpacing.Right = 3
Columns = <>
HideSelection = False
ReadOnly = True
RowSelect = True
SortType = stText