MG: fixed destroying combobox

git-svn-id: trunk@2752 -
This commit is contained in:
lazarus 2002-08-18 08:53:32 +00:00
parent 46f94b3354
commit 6735048a36

View File

@ -715,11 +715,11 @@ begin
FreeThenNil(HintTimer1);
FreeThenNil(HintWindow1);
//writeln('[TMainIDE.Destroy] B -> inherited Destroy...');
writeln('[TMainIDE.Destroy] B -> inherited Destroy...');
{$IFDEF IDE_MEM_CHECK}CheckHeap(IntToStr(GetMem_Cnt));{$ENDIF}
inherited Destroy;
{$IFDEF IDE_MEM_CHECK}CheckHeap(IntToStr(GetMem_Cnt));{$ENDIF}
//writeln('[TMainIDE.Destroy] END');
writeln('[TMainIDE.Destroy] END');
end;
procedure TMainIDE.OIOnAddAvailableComponent(AComponent:TComponent;
@ -6731,6 +6731,9 @@ end.
{ =============================================================================
$Log$
Revision 1.357 2002/08/31 11:37:07 lazarus
MG: fixed destroying combobox
Revision 1.356 2002/08/29 00:07:00 lazarus
MG: fixed TComboBox and InvalidateControl