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

This commit is contained in:
rich2014 2023-04-25 02:30:20 +08:00 committed by Maxim Ganetsky
parent 9b845f3b43
commit ffc3537a08

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}