LCL: Prevent empty items in Carbon TListBox. Issue #24973, patch from realXCV.

git-svn-id: trunk@46204 -
This commit is contained in:
juha 2014-09-13 10:02:50 +00:00
parent 2d68a26e97
commit c22d801fd0

View File

@ -247,7 +247,7 @@ procedure TCarbonListBoxStrings.InsertItem(Index: Integer; const S: string);
begin
inherited InsertItem(Index, S);
FOwner.InsertItem(Index);
//FOwner.InsertItem(Index); //Already called. Don't call it again.
end;
{$ENDIF}