mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 13:58:04 +02:00
LCL/ListView: Fix TListview in cocoa hanging after fb64d6ef4d
(related to issue #39693).
This commit is contained in:
parent
9aa8b52ba2
commit
faed788b23
@ -757,6 +757,8 @@ begin
|
||||
|
||||
if not WSUpdateAllowed and not IsOwnerData then Exit;
|
||||
LV := FOwner.FOwner;
|
||||
if (LV.OwnerData) and (LV.MultiSelect) and (AState = lisSelected) then
|
||||
LV.UpdateMultiSelList(Self, AIsSet);
|
||||
TWSCustomListViewClass(LV.WidgetSetClass).ItemSetState(LV, GetIndex, Self, AState, AIsSet);
|
||||
end;
|
||||
|
||||
|
@ -143,4 +143,11 @@
|
||||
</Debugging>
|
||||
</Linking>
|
||||
</CompilerOptions>
|
||||
<Debugging>
|
||||
<Exceptions Count="1">
|
||||
<Item1>
|
||||
<Name Value="EAssertionFailedError"/>
|
||||
</Item1>
|
||||
</Exceptions>
|
||||
</Debugging>
|
||||
</CONFIG>
|
||||
|
Loading…
Reference in New Issue
Block a user