1
0
mirror of https://github.com/valinet/ExplorerPatcher.git synced 2024-11-27 17:00:59 +01:00

Weather: Fixed erroneous message check

This commit is contained in:
Valentin Radu 2022-02-17 02:33:17 +02:00
parent 2efe2a673d
commit 71656419f7

View File

@ -638,7 +638,7 @@ LRESULT CALLBACK epw_Weather_WindowProc(_In_ HWND hWnd, _In_ UINT uMsg, _In_ WPA
} }
return 0; return 0;
} }
else if (wParam == EP_WEATHER_WM_REBOUND_BROWSER) else if (uMsg == EP_WEATHER_WM_REBOUND_BROWSER)
{ {
LPWSTR uri = NULL; LPWSTR uri = NULL;
if (_this->pCoreWebView2) if (_this->pCoreWebView2)