mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 13:59:31 +02:00
cocoa: fix compilation for selectAll
git-svn-id: trunk@63184 -
This commit is contained in:
parent
0c58a57cfb
commit
060d41338c
@ -1555,7 +1555,7 @@ var
|
||||
begin
|
||||
if not CheckParams(lCocoaLV, lTableLV, ALV) then Exit;
|
||||
if AIsSet then
|
||||
lTableLV.selectAll(lTableLV);
|
||||
lTableLV.selectAll(lTableLV)
|
||||
else
|
||||
lTableLV.deselectAll(lTableLV);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user