comparison Discovery/Src/tMenuEdit.c @ 521:e221cf762f45

Move Bigfont and motion Ctrl selection menu out of custom view submenu: Due to lag of space the two options were placed within the custom view sub menu. After introduction of new visualization tab the option may be accessed directly
author Ideenmodellierer
date Thu, 10 Sep 2020 20:47:48 +0200
parents 970d8040c0e3
children 1721b26335f1
comparison
equal deleted inserted replaced
520:970d8040c0e3 521:e221cf762f45
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 (StMCustom2_CViewSelection1 & MaskFieldDigit) : 225 case (StMCustom3_CViewSelection1 & MaskFieldDigit) :
226 case StMCustom2_CViewSelection2: 226 case StMCustom3_CViewSelection2:
227 case StMCustom2_CViewSelection3: 227 case StMCustom3_CViewSelection3:
228 case StMCustom2_CViewSelection4: 228 case StMCustom3_CViewSelection4:
229 case StMCustom2_CViewSelection5: 229 case StMCustom3_CViewSelection5:
230 case StMCustom2_CViewSelection6: 230 case StMCustom3_CViewSelection6:
231 case (StMCustom2_BFSelection & MaskFieldDigit) : 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 }