mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 16:16:05 +02:00
parent
476bc7e244
commit
aff098bce4
@ -1,4 +1,4 @@
|
||||
{%MainUnit comboex.pas}
|
||||
{%MainUnit ../comboex.pas}
|
||||
|
||||
{*****************************************************************************
|
||||
TCustomComboBoxEx, TCustomCheckComboBox
|
||||
@ -217,7 +217,7 @@ end;
|
||||
|
||||
function TComboExItems.Insert(AIndex: Integer): TComboExItem;
|
||||
begin
|
||||
Result:=Insert(AIndex);
|
||||
Result := TComboExItem(inherited Insert(AIndex));
|
||||
end;
|
||||
|
||||
procedure TComboExItems.Notify(Item: TCollectionItem; Action: TCollectionNotification);
|
||||
|
Loading…
Reference in New Issue
Block a user