diff --git a/widgets/time.cpp b/widgets/time.cpp index 191e4b16..d299d17b 100644 --- a/widgets/time.cpp +++ b/widgets/time.cpp @@ -20,7 +20,7 @@ void ui::time_panel::render_contents() { m_relay.post(user_command::setdatetime, (double)yearday, time * 60.0, 1, 0); m_relay.post(user_command::setweather, fog, overcast, 1, 0); - m_relay.post(user_command::settemperature, temperature, 0.0, 1, 0); + m_relay.post(user_command::settemperature, temperature, overcast, 1, 0); } }