From aedcce6c204a08c1ab199a4364fe89b8d776c2a6 Mon Sep 17 00:00:00 2001 From: zeljko Date: Fri, 30 Dec 2016 17:01:06 +0000 Subject: [PATCH] Sparta, Qt5: fixes for Qt5 ws. git-svn-id: trunk@53810 - --- components/sparta/mdi/source/sparta_basicresizeframe.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/sparta/mdi/source/sparta_basicresizeframe.pas b/components/sparta/mdi/source/sparta_basicresizeframe.pas index 20979518a1..53659a1bdf 100644 --- a/components/sparta/mdi/source/sparta_basicresizeframe.pas +++ b/components/sparta/mdi/source/sparta_basicresizeframe.pas @@ -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;