16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-17 23:39:18 +02:00

scenario time widgets tweaks

This commit is contained in:
milek7
2019-09-27 13:57:50 +02:00
parent a3abdeac63
commit 4d7253b7fc
2 changed files with 2 additions and 3 deletions

View File

@@ -21,8 +21,6 @@ void ui::time_panel::render_contents()
m_relay.post(user_command::setdatetime, (double)yearday, time, 1, 0);
m_relay.post(user_command::setweather, fog, overcast, 1, 0);
m_relay.post(user_command::settemperature, temperature, 0.0, 1, 0);
is_open = false;
}
}