mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 15:09:26 +02:00
LCL: Do not InvalidateSelected in MultiSelect virtual TListView. Part of issue #39324.
(cherry picked from commit 082d051466
)
This commit is contained in:
parent
b70fdb1258
commit
14861b18e3
@ -356,7 +356,8 @@ begin
|
||||
InvalidateSelected
|
||||
end else
|
||||
if (nm^.iItem < 0) or (nm^.iItem = FSelectedIdx) then
|
||||
InvalidateSelected;
|
||||
if not MultiSelect then
|
||||
InvalidateSelected;
|
||||
end else
|
||||
begin
|
||||
FSelected := Item;
|
||||
|
Loading…
Reference in New Issue
Block a user