mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-02-19 19:56:56 +01:00
Qt: Fixed typo.
git-svn-id: trunk@12275 -
This commit is contained in:
parent
58e28c5a9d
commit
0e6f105e48
@ -3223,7 +3223,7 @@ begin
|
||||
|
||||
{TODO: remove this ifdef as soon as we create MenuBar on demand creation,
|
||||
not per default !}
|
||||
{$ifdef windows}
|
||||
{$ifndef windows}
|
||||
if Assigned(TCustomForm(LCLObject).Menu) then
|
||||
{$endif}
|
||||
MenuBar := TQtMenuBar.Create(Result);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user