mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 20:29:28 +01:00
Packager: enable RightClickSelect in Package manager
git-svn-id: trunk@34576 -
This commit is contained in:
parent
b68b5ca7c6
commit
48bcf0243b
@ -145,10 +145,8 @@ inherited PackageEditorForm: TPackageEditorForm
|
||||
Align = alClient
|
||||
ItemHeight = 0
|
||||
OnDrawItem = RegisteredListBoxDrawItem
|
||||
ScrollWidth = 565
|
||||
Style = lbOwnerDrawFixed
|
||||
TabOrder = 0
|
||||
TopIndex = -1
|
||||
end
|
||||
end
|
||||
end
|
||||
@ -191,11 +189,12 @@ inherited PackageEditorForm: TPackageEditorForm
|
||||
DefaultItemHeight = 18
|
||||
PopupMenu = FilesPopupMenu
|
||||
ReadOnly = True
|
||||
RightClickSelect = True
|
||||
TabOrder = 1
|
||||
OnDblClick = FilesTreeViewDblClick
|
||||
OnKeyPress = FilesTreeViewKeyPress
|
||||
OnSelectionChanged = FilesTreeViewSelectionChanged
|
||||
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
||||
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
||||
end
|
||||
object DirectoryHierarchySpeedButton: TSpeedButton
|
||||
AnchorSideLeft.Control = ItemsPanel
|
||||
|
||||
@ -1503,7 +1503,6 @@ begin
|
||||
FRequiredPackagesNode.SelectedIndex:=FRequiredPackagesNode.ImageIndex;
|
||||
FilesTreeView.EndUpdate;
|
||||
FilesTreeView.Images := IDEImages.Images_16;
|
||||
// ToDo: Options:=Options+[tvoRightClickSelect]
|
||||
|
||||
FilePropsGroupBox.Caption:=lisPckEditFileProperties;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user