mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 14:38:01 +02:00
DockedFormEditor: remove the special treatment for Qt5 (for !139)
This commit is contained in:
parent
9b845f3b43
commit
ffc3537a08
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user