FIX: DragDrop issue when switching APP by Command+Tab on MacOS

This commit is contained in:
rich2014 2023-12-20 00:18:59 +08:00
commit bb2a2a7575

View file

@ -826,6 +826,10 @@ begin
Key := 0;
end;
{$IFDEF DARWIN}
VK_LWIN,
VK_RWIN,
{$ENDIF}
VK_MENU: // Alt key
if MainControl.Dragging then
begin