Compare commits

...

3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
9bcc188949 Final verification complete
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
2025-10-21 10:03:30 +00:00
copilot-swe-agent[bot]
44c1559d38 Fix Desktop file selection by using consistent IsCursorActivated check
Co-authored-by: emako <24737061+emako@users.noreply.github.com>
2025-10-21 10:01:51 +00:00
copilot-swe-agent[bot]
f4c87f83a0 Initial plan 2025-10-21 09:53:27 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -169,7 +169,7 @@ void Shell32::getSelectedFromDesktop(PWCHAR buffer)
&pwba)))) &pwba))))
return; return;
if (HelperMethods::IsCursorActivated(reinterpret_cast<HWND>(LongToHandle(phwnd)))) if (HelperMethods::IsCursorActivated(0))
return; return;
CComPtr<IServiceProvider> psp; CComPtr<IServiceProvider> psp;

View File

@@ -0,0 +1 @@
.