mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 03:58:09 +02:00
DockedFormEditor: remove the special treatment for Qt6 (for !139)
This commit is contained in:
parent
48fe9db698
commit
1e9f9dc078
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user