This commit is contained in:
Wojtek Figat
2022-01-19 12:14:22 +01:00
parent 200ac18335
commit a8ff3da908
3 changed files with 23 additions and 13 deletions

View File

@@ -725,14 +725,13 @@ namespace FlaxEditor.Modules
#if PLATFORM_WINDOWS
if (!Editor.Instance.Options.Options.Interface.UseNativeWindowSystem)
#endif
{
settings.HasBorder = false;
#if PLATFORM_WINDOWS
// Skip OS sizing frame and implement it using LeftButtonHit
settings.HasSizingFrame = false;
#endif
}
#endif
MainWindow = Platform.CreateWindow(ref settings);