mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
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:
parent
b06dc0b75e
commit
83923daf14
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user