comparison Discovery/Src/tMenuEdit.c @ 969:81049905d829 Evo_2_23

Zusammenf?hren
author heinrichsweikamp
date Sun, 19 Jan 2025 12:02:59 +0100
parents e9c37071933b
children ac25c35a3c97
comparison
equal deleted inserted replaced
968:b9a1710522b1 969:81049905d829
254 case StMCustom3_CViewSelection3: 254 case StMCustom3_CViewSelection3:
255 case StMCustom3_CViewSelection4: 255 case StMCustom3_CViewSelection4:
256 case StMCustom3_CViewSelection5: 256 case StMCustom3_CViewSelection5:
257 case StMCustom3_CViewSelection6: refreshFct = CustomviewDivemode_refresh; 257 case StMCustom3_CViewSelection6: refreshFct = CustomviewDivemode_refresh;
258 break; 258 break;
259 #ifdef ENABLE_MOTION_CONTROL
259 case (StMCustom5_CViewPortCalib & MaskFieldDigit): 260 case (StMCustom5_CViewPortCalib & MaskFieldDigit):
260 case StMCustom5_CViewPortLayout: 261 case StMCustom5_CViewPortLayout:
261 case StMCustom5_CViewPortAmbient: refreshFct = refresh_ViewPort; 262 case StMCustom5_CViewPortAmbient: refreshFct = refresh_ViewPort;
262 break; 263 break;
264 #endif
263 default: /* no menu has been updated */ 265 default: /* no menu has been updated */
264 break; 266 break;
265 } 267 }
266 268
267 if(refreshFct != NULL) 269 if(refreshFct != NULL)