mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-27 05:40:24 +02:00
MG: fixed cool little bug (menu double attaching bug)
git-svn-id: trunk@1232 -
This commit is contained in:
parent
f606c68078
commit
944e11326e
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user