Fix client-side window decoration dragging on macOS

This commit is contained in:
Ari Vuollet
2026-04-05 19:25:28 +03:00
parent 9838c1c014
commit 2ab69e4503
@@ -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)
{