cocoa: fix compilation for selectAll

git-svn-id: trunk@63184 -
This commit is contained in:
dmitry 2020-05-19 00:30:05 +00:00
parent 0c58a57cfb
commit 060d41338c

View File

@ -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;