mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-15 17:59:26 +02:00
Package Editor: assign the correct handler for double click. Was changed accidentally.
git-svn-id: trunk@35006 -
This commit is contained in:
parent
fef0a4ab76
commit
7781a12813
@ -285,7 +285,7 @@ inherited PackageEditorForm: TPackageEditorForm
|
||||
ReadOnly = True
|
||||
RightClickSelect = True
|
||||
TabOrder = 2
|
||||
OnDblClick = FixFilesCaseMenuItemClick
|
||||
OnDblClick = FilesTreeViewDblClick
|
||||
OnKeyPress = FilesTreeViewKeyPress
|
||||
OnSelectionChanged = FilesTreeViewSelectionChanged
|
||||
Options = [tvoAutoItemHeight, tvoHideSelection, tvoKeepCollapsedNodes, tvoReadOnly, tvoRightClickSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
||||
|
Loading…
Reference in New Issue
Block a user