mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-05 02:39:37 +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
|
begin
|
||||||
inherited KeyDown(Key, Shift);
|
inherited KeyDown(Key, Shift);
|
||||||
|
|
||||||
if tvoAllowMultiSelect in FOptions then
|
if (tvoAllowMultiSelect in FOptions) and (ssShift in Shift) then
|
||||||
lNode := FTreeNodes.FFirstMultiSelected
|
lNode := FTreeNodes.FFirstMultiSelected
|
||||||
else
|
else
|
||||||
lNode := Selected;
|
lNode := Selected;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user