mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 05:39:14 +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;
|
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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user