mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-19 19:56:56 +01:00
Qt: Fixed invisible main menu under lazarus IDE for win32.
git-svn-id: trunk@12273 -
This commit is contained in:
parent
3944285bc5
commit
a05aa657e8
@ -3220,7 +3220,12 @@ begin
|
||||
{$endif}
|
||||
|
||||
// Main menu bar
|
||||
|
||||
{TODO: remove this ifdef as soon as we create MenuBar on demand creation,
|
||||
not per default !}
|
||||
{$ifdef windows}
|
||||
if Assigned(TCustomForm(LCLObject).Menu) then
|
||||
{$endif}
|
||||
MenuBar := TQtMenuBar.Create(Result);
|
||||
|
||||
FCentralWidget := QWidget_create(Result);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user