Fix client-side window decoration dragging on macOS
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user