comparison Discovery/Src/tMenuEdit.c @ 531:1721b26335f1

Bugfix custom view selection dialog: Because of missing events / menu states and not resetting the subpage index while switching between cv and bf selection, some display errors occure.
author Ideenmodellierer
date Tue, 15 Sep 2020 20:57:04 +0200
parents e221cf762f45
children 531e7818b737
comparison
equal deleted inserted replaced
530:c880907fd1d7 531:1721b26335f1
220 break; 220 break;
221 case (StMSYS3_Units & MaskFieldDigit): refreshFct = refresh_Design; 221 case (StMSYS3_Units & MaskFieldDigit): refreshFct = refresh_Design;
222 break; 222 break;
223 case (StMCustom1_CViewTimeout & MaskFieldDigit):refreshFct = refresh_Customviews; 223 case (StMCustom1_CViewTimeout & MaskFieldDigit):refreshFct = refresh_Customviews;
224 break; 224 break;
225 case (StMCustom3_CViewSelection1 & MaskFieldDigit) : 225 case (StMCustom4_CViewSelection1 & MaskFieldDigit):
226 case (StMCustom3_CViewSelection1 & MaskFieldDigit):
226 case StMCustom3_CViewSelection2: 227 case StMCustom3_CViewSelection2:
227 case StMCustom3_CViewSelection3: 228 case StMCustom3_CViewSelection3:
228 case StMCustom3_CViewSelection4: 229 case StMCustom3_CViewSelection4:
229 case StMCustom3_CViewSelection5: 230 case StMCustom3_CViewSelection5:
230 case StMCustom3_CViewSelection6: 231 case StMCustom3_CViewSelection6: refreshFct = CustomviewDivemode_refresh;
231 case (StMCustom2_BFSelection & MaskFieldDigit) : refreshFct = CustomviewDivemode_refresh;
232 break; 232 break;
233 default: /* no menu has been updated */ 233 default: /* no menu has been updated */
234 break; 234 break;
235 } 235 }
236 236