Mercurial > public > ostc4
diff Discovery/Src/tMenuEditPlanner.c @ 888:07af9efd7c13 Evo_2_23
Dev bugfix: Consider decogas in planner independen from calculation setting:
Some time ago the selection if a deco gas is used for live deco calculation or not was introduced. The planner did not consider the option as well causing it to ingnore deco gases in the planning what is not intended. To fix this the calculation flag is set at planer simulation start for all deco gases.
Beside this the cursor is now placed in the bottom line at "next" instead of the first menu item.
author | Ideenmodellierer |
---|---|
date | Tue, 03 Sep 2024 20:46:42 +0200 |
parents | b7d93ff6b3b2 |
children |
line wrap: on
line diff
--- a/Discovery/Src/tMenuEditPlanner.c Tue Sep 03 15:30:53 2024 +0200 +++ b/Discovery/Src/tMenuEditPlanner.c Tue Sep 03 20:46:42 2024 +0200 @@ -407,6 +407,7 @@ text[2] = 0; write_field_button(StMPLAN5_ExitResult, 30, 800, ME_Y_LINE6, &FontT48, text); setEvent(StMPLAN5_ExitResult, (uint32_t)OnAction_PlanResultExit); + tMenuEdit_select(StMPLAN5_ExitResult); }