mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 03:50:11 +02:00
Remove spurious drag-and-drop tracker WM_QUIT
We don't want to cancel the plugin's own drag-and-drop, oops.
This commit is contained in:
@@ -848,8 +848,6 @@ void CALLBACK dnd_winevent_callback(HWINEVENTHOOK /*hWinEventHook*/,
|
||||
return;
|
||||
}
|
||||
|
||||
PostMessageW(hwnd, WM_QUIT, 0, 0);
|
||||
|
||||
try {
|
||||
instance->begin_xdnd(dragged_files, hwnd);
|
||||
} catch (const std::exception& error) {
|
||||
|
||||
Reference in New Issue
Block a user