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:
Robbert van der Helm
2021-07-12 21:17:12 +02:00
parent b4019213f6
commit bbb84cdf2c
-2
View File
@@ -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) {