Sparta, Qt5: fixes for Qt5 ws.

git-svn-id: trunk@53810 -
This commit is contained in:
zeljko 2016-12-30 17:01:06 +00:00
parent bd3190a44a
commit aedcce6c20

View File

@ -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;