mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 14:36:09 +02:00
qt: fsSplash must be also stay on top
git-svn-id: trunk@20817 -
This commit is contained in:
parent
5fdb9b0206
commit
89e6c9ff98
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user