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; property Items: TListViewDataList read fOriginalData;
published published
property FilteredListview: TCustomListView read fFilteredListview write SetFilteredListview; property FilteredListview: TCustomListView read fFilteredListview write SetFilteredListview;
property ByAllFields: Boolean read fByAllFields write fByAllFields; property ByAllFields: Boolean read fByAllFields write fByAllFields default False;
end; end;
var var

View File

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