mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 14:59:30 +02:00
lcl: eat left and right keys by treeview by C Webstern (issue #0015408)
git-svn-id: trunk@23611 -
This commit is contained in:
parent
649b458180
commit
bc1fd18141
@ -3644,6 +3644,7 @@ begin
|
||||
else
|
||||
if lNode.Parent <> nil then
|
||||
lNode := lNode.Parent;
|
||||
Key:=VK_UNKNOWN;
|
||||
end;
|
||||
|
||||
VK_RIGHT:
|
||||
@ -3653,6 +3654,7 @@ begin
|
||||
lNode := lNode.GetNextExpanded
|
||||
else
|
||||
lNode.Expanded := True;
|
||||
Key:=VK_UNKNOWN;
|
||||
end;
|
||||
|
||||
VK_ADD:
|
||||
|
Loading…
Reference in New Issue
Block a user