Merged revision(s) 48874 #b8f7b8aef0 from trunk:

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

git-svn-id: branches/fixes_1_4@48905 -
This commit is contained in:
maxim 2015-04-29 21:37:20 +00:00
parent b06dc0b75e
commit 83923daf14
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