mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-30 22:30:28 +02:00
LCL: Prevent empty items in Carbon TListBox. Issue #24973, patch from realXCV.
git-svn-id: trunk@46204 -
This commit is contained in:
parent
2d68a26e97
commit
c22d801fd0
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user