mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-04 22:37:26 +01:00
MG: fixed destroying combobox
git-svn-id: trunk@2752 -
This commit is contained in:
parent
46f94b3354
commit
6735048a36
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user