mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[RSHELL]
* Workaround for the exec issue. Ros currently seems to send a bogus WM_ACTIVATE message when clicking while the window is already active. Proper fix may come later if I can figure out why this happens. CORE-7586 svn path=/branches/shell-experiments/; revision=62475
This commit is contained in:
@@ -267,8 +267,10 @@ public:
|
||||
case SMC_GETOBJECT:
|
||||
return OnGetObject(psmd, *reinterpret_cast<IID *>(wParam), reinterpret_cast<void **>(lParam));
|
||||
case SMC_EXEC:
|
||||
DbgPrint("SMC_EXEC\n");
|
||||
return OnExec(psmd);
|
||||
case SMC_SFEXEC:
|
||||
DbgPrint("SMC_SFEXEC\n");
|
||||
m_pTrayPriv->Execute(psmd->psf, psmd->pidlItem);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user