mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 15:20:30 +02:00
Sparta, Qt5: fixes for Qt5 ws.
git-svn-id: trunk@53810 -
This commit is contained in:
parent
bd3190a44a
commit
aedcce6c20
@ -791,7 +791,7 @@ begin
|
||||
ShowSizeControls;
|
||||
|
||||
// for GTK2 resizing form (pClient is hidden under pBG)
|
||||
{$IF DEFINED(LCLGtk2) OR DEFINED(LCLQt)}
|
||||
{$IF DEFINED(LCLGtk2) OR DEFINED(LCLQt) OR DEFINED(LCLQt5)}
|
||||
pClient.SendToBack; // <--- this is a must.
|
||||
{$ENDIF}
|
||||
pClient.BringToFront;
|
||||
|
Loading…
Reference in New Issue
Block a user