Mercurial > public > ostc4
comparison Discovery/Inc/tMenuEdit.h @ 852:b2aad621aeb0 Evo_2_23
Bugfix Selection of custom views:
In case less than 5 views were displayed on a page it could happen that the cursor was put in a wrong position in case the next page was selected. Rootcause was the setting of the element events which was only update in case the menu was entered via the open function.
author | Ideenmodellierer |
---|---|
date | Thu, 07 Mar 2024 21:46:49 +0100 |
parents | 17d9d6eddd8d |
children | c6b858f2e025 |
comparison
equal
deleted
inserted
replaced
851:9f487ad38170 | 852:b2aad621aeb0 |
---|---|
58 } input_u; | 58 } input_u; |
59 | 59 |
60 void sendActionToMenuEdit(uint8_t sendAction); | 60 void sendActionToMenuEdit(uint8_t sendAction); |
61 | 61 |
62 void tMenuEdit_init(void); | 62 void tMenuEdit_init(void); |
63 void resetMenuContentStructure(); | |
64 void resetMenuStructure(uint8_t color); | |
63 void resetMenuEdit(uint8_t color); | 65 void resetMenuEdit(uint8_t color); |
64 void tMenuEdit_refresh_live_content(void); | 66 void tMenuEdit_refresh_live_content(void); |
65 void tMenuEdit_refresh_field(uint32_t editID); | 67 void tMenuEdit_refresh_field(uint32_t editID); |
66 void tMenuEdit_select(uint32_t editID); | 68 void tMenuEdit_select(uint32_t editID); |
67 | 69 |