Skip to content

Commit

Permalink
Weather: Fixed a bug that prevented the widget from displaying correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
valinet committed Mar 18, 2023
1 parent 8b5443d commit a5e5287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ep_weather_host/ep_weather_host.c
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,8 @@ HRESULT STDMETHODCALLTYPE ICoreWebView2_NavigationCompleted(GenericObjectWithThi
}
else
{
_epw_Weather_ExecuteDataScript(_this);
//SetTimer(_this->hWnd, EP_WEATHER_TIMER_EXECUTEDATASCRIPT, EP_WEATHER_TIMER_EXECUTEDATASCRIPT_DELAY, NULL);
//_epw_Weather_ExecuteDataScript(_this);
SetTimer(_this->hWnd, EP_WEATHER_TIMER_EXECUTEDATASCRIPT, EP_WEATHER_TIMER_EXECUTEDATASCRIPT_DELAY, NULL);
}
}
else
Expand Down

0 comments on commit a5e5287

Please sign in to comment.