diff 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
line wrap: on
line diff
--- a/Discovery/Inc/tMenuEdit.h	Thu Mar 07 21:42:23 2024 +0100
+++ b/Discovery/Inc/tMenuEdit.h	Thu Mar 07 21:46:49 2024 +0100
@@ -60,6 +60,8 @@
 void sendActionToMenuEdit(uint8_t sendAction);
 
 void tMenuEdit_init(void);
+void resetMenuContentStructure();
+void resetMenuStructure(uint8_t color);
 void resetMenuEdit(uint8_t color);
 void tMenuEdit_refresh_live_content(void);
 void tMenuEdit_refresh_field(uint32_t editID);