Mercurial > public > ostc4
comparison 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 | 79b522fbabe6 |
comparison
equal
deleted
inserted
replaced
| 887:17f02ac9da67 | 888:07af9efd7c13 |
|---|---|
| 405 text[0] = TXT_2BYTE; | 405 text[0] = TXT_2BYTE; |
| 406 text[1] = TXT2BYTE_ButtonNext; | 406 text[1] = TXT2BYTE_ButtonNext; |
| 407 text[2] = 0; | 407 text[2] = 0; |
| 408 write_field_button(StMPLAN5_ExitResult, 30, 800, ME_Y_LINE6, &FontT48, text); | 408 write_field_button(StMPLAN5_ExitResult, 30, 800, ME_Y_LINE6, &FontT48, text); |
| 409 setEvent(StMPLAN5_ExitResult, (uint32_t)OnAction_PlanResultExit); | 409 setEvent(StMPLAN5_ExitResult, (uint32_t)OnAction_PlanResultExit); |
| 410 tMenuEdit_select(StMPLAN5_ExitResult); | |
| 410 } | 411 } |
| 411 | 412 |
| 412 | 413 |
| 413 | 414 |
| 414 void refresh_PlanResult_helper(char *text, int start) | 415 void refresh_PlanResult_helper(char *text, int start) |
