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

This commit is contained in:
rich2014 2023-04-27 22:31:45 +08:00 committed by Maxim Ganetsky
parent 48fe9db698
commit 1e9f9dc078

View File

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