Enable native windowing system settings with SDL platform

This commit is contained in:
2024-07-25 21:30:58 +03:00
parent 73a7432ec8
commit 2ca6b5b01f
5 changed files with 12 additions and 10 deletions

View File

@@ -760,8 +760,10 @@ namespace FlaxEditor.Modules
{
settings.HasBorder = false;
#if !PLATFORM_SDL
// Skip OS sizing frame and implement it using LeftButtonHit
settings.HasSizingFrame = false;
#endif
}
#elif PLATFORM_LINUX
settings.HasBorder = false;