mirror of
https://github.com/QL-Win/QuickLook.git
synced 2026-01-13 07:05:24 +08:00
Fix Desktop file selection by using consistent IsCursorActivated check
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
This commit is contained in:
committed by
ema
parent
e0eb87bcc3
commit
4bff62f4d8
@@ -169,7 +169,7 @@ void Shell32::getSelectedFromDesktop(PWCHAR buffer)
|
||||
&pwba))))
|
||||
return;
|
||||
|
||||
if (HelperMethods::IsCursorActivated(reinterpret_cast<HWND>(LongToHandle(phwnd))))
|
||||
if (HelperMethods::IsCursorActivated(0))
|
||||
return;
|
||||
|
||||
CComPtr<IServiceProvider> psp;
|
||||
|
||||
Reference in New Issue
Block a user