MG: fixed cool little bug (menu double attaching bug)

git-svn-id: trunk@1232 -
This commit is contained in:
lazarus 2002-02-09 01:48:08 +00:00
parent f606c68078
commit 944e11326e

View File

@ -2132,7 +2132,7 @@ begin
with TWinControl(FWinControls.Items[n]) do
if Visible then HandleNeeded;
end;
//writeln('[TWinControl.CreateWnd] END ',Classname);
//writeln('[TWinControl.CreateWnd] END ',Name,':',Classname);
//WriteClientRect('D');
end;
@ -2459,6 +2459,9 @@ end;
{ =============================================================================
$Log$
Revision 1.92 2002/10/08 22:32:27 lazarus
MG: fixed cool little bug (menu double attaching bug)
Revision 1.91 2002/10/04 20:46:51 lazarus
MG: improved TComboBox.SetItemIndex