Merge remote-tracking branch 'origin/1.12' into 1.12

This commit is contained in:
2026-04-09 17:14:04 +02:00
96 changed files with 1254 additions and 240 deletions
+1 -1
View File
@@ -654,7 +654,7 @@ Window* Editor::CreateMainWindow()
PROFILE_MEM(Editor);
Window* window = Managed->GetMainWindow();
#if PLATFORM_LINUX
#if PLATFORM_LINUX || (PLATFORM_MAC && PLATFORM_SDL)
// Set window icon
const String iconPath = Globals::BinariesFolder / TEXT("Logo.png");
if (FileSystem::FileExists(iconPath))
@@ -32,7 +32,7 @@ namespace FlaxEditor.GUI.Docking
return base.OnMouseDown(location, button);
}
#if !PLATFORM_WINDOWS
#if PLATFORM_LINUX
/// <inheritdoc />
protected override WindowHitCodes OnHitTest(ref Float2 mouse)
{