Merge branch 'dockedformeditor/qt5' into 'main'

DockedFormEditor: remove the special treatment for Qt5 (for !139)

See merge request freepascal.org/lazarus/lazarus!148
This commit is contained in:
Maxim Ganetsky 2023-04-25 16:46:25 +00:00
commit bb804996b6

View File

@ -224,8 +224,7 @@ var
i: Integer;
begin
Result := False;
// {$IF DEFINED(LCLWin32) OR DEFINED(LCLGtk2) OR DEFINED(LCLQt) OR DEFINED(LCLQt5)}
{$IF DEFINED(LCLQt) OR DEFINED(LCLQt5)}
{$IF DEFINED(LCLQt) OR DEFINED(LCLQt6)}
// Menu is already shown in designer
Exit;
{$ENDIF}