mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Auto shortcuts in the tree view (#854)
This commit is contained in:
parent
b188817eed
commit
bdd2e71bf7
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ object frmTreeViewMenu: TfrmTreeViewMenu
|
|||
OnMouseWheelDown = tvMainMenuMouseWheelDown
|
||||
OnMouseWheelUp = tvMainMenuMouseWheelUp
|
||||
OnSelectionChanged = tvMainMenuSelectionChanged
|
||||
Options = [tvoAutoExpand, tvoAutoItemHeight, tvoHideSelection, tvoHotTrack, tvoKeepCollapsedNodes, tvoReadOnly, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
||||
Options = [tvoAutoExpand, tvoAutoItemHeight, tvoHideSelection, tvoHotTrack, tvoKeepCollapsedNodes, tvoReadOnly, tvoRowSelect, tvoShowButtons, tvoShowLines, tvoShowRoot, tvoToolTips, tvoThemedDraw]
|
||||
end
|
||||
object edSearchingEntry: TEdit
|
||||
AnchorSideLeft.Control = pnlAll
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue