mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 03:41:41 +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
|
with TWinControl(FWinControls.Items[n]) do
|
||||||
if Visible then HandleNeeded;
|
if Visible then HandleNeeded;
|
||||||
end;
|
end;
|
||||||
//writeln('[TWinControl.CreateWnd] END ',Classname);
|
//writeln('[TWinControl.CreateWnd] END ',Name,':',Classname);
|
||||||
//WriteClientRect('D');
|
//WriteClientRect('D');
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -2459,6 +2459,9 @@ end;
|
|||||||
{ =============================================================================
|
{ =============================================================================
|
||||||
|
|
||||||
$Log$
|
$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
|
Revision 1.91 2002/10/04 20:46:51 lazarus
|
||||||
MG: improved TComboBox.SetItemIndex
|
MG: improved TComboBox.SetItemIndex
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user