Browse Source

Weather: Fixed erroneous message check

pull/886/head
Valentin Radu 4 years ago
parent
commit
71656419f7
  1. 2
      ep_weather_host/ep_weather_host.c

2
ep_weather_host/ep_weather_host.c

@ -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)

Loading…
Cancel
Save