mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 12:00:42 +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,6 +356,7 @@ begin
|
|||||||
InvalidateSelected
|
InvalidateSelected
|
||||||
end else
|
end else
|
||||||
if (nm^.iItem < 0) or (nm^.iItem = FSelectedIdx) then
|
if (nm^.iItem < 0) or (nm^.iItem = FSelectedIdx) then
|
||||||
|
if not MultiSelect then
|
||||||
InvalidateSelected;
|
InvalidateSelected;
|
||||||
end else
|
end else
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user