mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-22 03:59:14 +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;
|
i: Integer;
|
||||||
begin
|
begin
|
||||||
Result := False;
|
Result := False;
|
||||||
{$IF DEFINED(LCLQt) OR DEFINED(LCLQt6)}
|
{$IF DEFINED(LCLQt)}
|
||||||
// Menu is already shown in designer
|
// Menu is already shown in designer
|
||||||
Exit;
|
Exit;
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
|
Loading…
Reference in New Issue
Block a user