mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: DragDrop issue when switching APP by Command+Tab on MacOS
This commit is contained in:
parent
211a9b894e
commit
bb2a2a7575
1 changed files with 4 additions and 0 deletions
|
|
@ -826,6 +826,10 @@ begin
|
|||
Key := 0;
|
||||
end;
|
||||
|
||||
{$IFDEF DARWIN}
|
||||
VK_LWIN,
|
||||
VK_RWIN,
|
||||
{$ENDIF}
|
||||
VK_MENU: // Alt key
|
||||
if MainControl.Dragging then
|
||||
begin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue