Mercurial > public > ostc4
comparison Discovery/Src/tMenuEditSystem.c @ 854:48b6a3b1f3f8 Evo_2_23
Development bugfix menu id handling:
Fixed some issues which showed up after cleanup of the menu id handling
| author | Ideenmodellierer |
|---|---|
| date | Sat, 09 Mar 2024 20:05:33 +0100 |
| parents | e04d7dd199fb |
| children | 940f8e132638 |
comparison
equal
deleted
inserted
replaced
| 853:de6023cc0580 | 854:48b6a3b1f3f8 |
|---|---|
| 836 text[2] = 0; | 836 text[2] = 0; |
| 837 | 837 |
| 838 write_field_button(StMSYS4_Info, 30, 800, ME_Y_LINE6, &FontT48, text); | 838 write_field_button(StMSYS4_Info, 30, 800, ME_Y_LINE6, &FontT48, text); |
| 839 | 839 |
| 840 setEvent(StMSYS4_Info, (uint32_t)OnAction_Information); | 840 setEvent(StMSYS4_Info, (uint32_t)OnAction_Information); |
| 841 tMenuEdit_select(StMSYS4_Info); | |
| 841 } | 842 } |
| 842 | 843 |
| 843 | 844 |
| 844 uint8_t OnAction_Information (uint32_t editId, uint8_t blockNumber, uint8_t digitNumber, uint8_t digitContent, uint8_t action) | 845 uint8_t OnAction_Information (uint32_t editId, uint8_t blockNumber, uint8_t digitNumber, uint8_t digitContent, uint8_t action) |
| 845 { | 846 { |
