mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 14:49:29 +02:00
setmenu fix, now correctly (sigh)
git-svn-id: trunk@4897 -
This commit is contained in:
parent
180caa1225
commit
1be3d3c0f1
@ -835,8 +835,10 @@ begin
|
||||
if FMenu<>nil then begin
|
||||
FMenu.Parent:=Self;
|
||||
if HandleAllocated and (not (csLoading in ComponentState)) then
|
||||
begin
|
||||
FMenu.HandleNeeded;
|
||||
InterfaceObject.AttachMenuToWindow(FMenu);
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
|
||||
@ -1447,6 +1449,9 @@ end;
|
||||
{ =============================================================================
|
||||
|
||||
$Log$
|
||||
Revision 1.120 2003/12/18 08:15:25 micha
|
||||
setmenu fix, now correctly (sigh)
|
||||
|
||||
Revision 1.119 2003/12/18 08:00:37 micha
|
||||
setmenu fix, notify interface (from darek)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user