Taskbar11: Load the classic context menu from EP's taskbar implementation if the context menu does not exist in explorer.exe ^2
This commit is contained in:
@@ -2006,7 +2006,7 @@ INT64 Shell_TrayWndSubclassProc(
|
||||
pt.y = GET_Y_LPARAM(lParam);
|
||||
|
||||
HMENU hMenu = LoadMenuW(GetModuleHandleW(NULL), MAKEINTRESOURCEW(205));
|
||||
if (!hMenu)
|
||||
if (!hMenu && g_hMyTaskbar)
|
||||
{
|
||||
hMenu = LoadMenuW(g_hMyTaskbar, MAKEINTRESOURCEW(205));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user