mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 05:19:44 +01:00
LCL: ttreeview: multi selection and Ctrl click now selects one additional, not the whole group
git-svn-id: trunk@10284 -
This commit is contained in:
parent
220d4e0e7c
commit
c08c61fe53
@ -3274,7 +3274,7 @@ var
|
||||
begin
|
||||
inherited KeyDown(Key, Shift);
|
||||
|
||||
if tvoAllowMultiSelect in FOptions then
|
||||
if (tvoAllowMultiSelect in FOptions) and (ssShift in Shift) then
|
||||
lNode := FTreeNodes.FFirstMultiSelected
|
||||
else
|
||||
lNode := Selected;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user