mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 11:19:26 +02:00
Cocoa: fix #40569: fsStayOnTop supported
This commit is contained in:
parent
a31a65d03e
commit
4a877534a9
@ -221,7 +221,7 @@ const
|
||||
{ fsNormal } False,
|
||||
{ fsMDIChild } False,
|
||||
{ fsMDIForm } False,
|
||||
{ fsStayOnTop } false,
|
||||
{ fsStayOnTop } True,
|
||||
{ fsSplash } false,
|
||||
{ fsSystemStayOnTop } False
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user