Cocoa: fix #40569: fsStayOnTop supported

This commit is contained in:
rich2014 2023-10-22 23:43:07 +08:00
parent a31a65d03e
commit 4a877534a9

View File

@ -221,7 +221,7 @@ const
{ fsNormal } False,
{ fsMDIChild } False,
{ fsMDIForm } False,
{ fsStayOnTop } false,
{ fsStayOnTop } True,
{ fsSplash } false,
{ fsSystemStayOnTop } False
);