Window impl on Linux progress

This commit is contained in:
mafiesto4
2021-02-08 22:53:32 +01:00
parent dfe7963436
commit b30ab38ef2
4 changed files with 14 additions and 15 deletions

View File

@@ -718,6 +718,7 @@ namespace FlaxEditor.Modules
{
settings.HasBorder = false;
#if PLATFORM_WINDOWS
// Skip OS sizing frame and implement it using LeftButtonHit
settings.HasSizingFrame = false;
#endif
}