mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-03-22 15:05:03 +01:00
(uart, debug) first part of fixes after code review
- remove `uart_status` from eu7_application class - remove copy&pasted `m_scenariopanel` size settings - remove unnecessary code `debug_panel::render_section_uart()` - remove #ifdef from `driveruipanels.h` textlines - set `data_pending` to false when establishing a new connection
This commit is contained in:
@@ -40,9 +40,6 @@ driver_ui::driver_ui() {
|
||||
|
||||
m_aidpanel.title = STR("Driving Aid");
|
||||
|
||||
m_scenariopanel.size_min = { 435, 50 };
|
||||
m_scenariopanel.size_max = { Global.fb_size.x * 0.95f, Global.fb_size.y * 0.95 };
|
||||
|
||||
m_scenariopanel.title = STR("Scenario");
|
||||
m_scenariopanel.size_min = { 435, 85 };
|
||||
m_scenariopanel.size_max = { Global.fb_size.x * 0.95f, Global.fb_size.y * 0.95 };
|
||||
|
||||
Reference in New Issue
Block a user