Browse Source

Weather: Fixed a bug that prevented the widget from displaying correctly

pull/1648/head
Valentin Radu 3 years ago
parent
commit
a5e5287954
  1. 4
      ep_weather_host/ep_weather_host.c

4
ep_weather_host/ep_weather_host.c

@ -572,8 +572,8 @@ HRESULT STDMETHODCALLTYPE ICoreWebView2_NavigationCompleted(GenericObjectWithThi
} }
else else
{ {
_epw_Weather_ExecuteDataScript(_this); //_epw_Weather_ExecuteDataScript(_this);
//SetTimer(_this->hWnd, EP_WEATHER_TIMER_EXECUTEDATASCRIPT, EP_WEATHER_TIMER_EXECUTEDATASCRIPT_DELAY, NULL); SetTimer(_this->hWnd, EP_WEATHER_TIMER_EXECUTEDATASCRIPT, EP_WEATHER_TIMER_EXECUTEDATASCRIPT_DELAY, NULL);
} }
} }
else else

Loading…
Cancel
Save