qt: fsSplash must be also stay on top

git-svn-id: trunk@20817 -
This commit is contained in:
paul 2009-07-09 09:31:03 +00:00
parent 5fdb9b0206
commit 89e6c9ff98

View File

@ -353,7 +353,7 @@ end;
class function TQtWSCustomForm.GetQtFormStyle(const AFormStyle: TFormStyle): QtWindowFlags;
begin
if AFormStyle = fsStayOnTop then
if AFormStyle in [fsStayOnTop, fsSplash] then
Result := QtWindowStaysOnTopHint
else
Result := 0;