comparison Discovery/Src/tMenuEdit.c @ 604:fb5bb04ad914

Merged menu items of viewport and motion control: viewport and motion control are depending on each other and were listed at the to level of custom view tab. Because motion control is just a one line item it has been moved into the viewport page. As result there is one free line for future custom view options available again.
author Ideenmodellierer
date Wed, 06 Jan 2021 21:01:00 +0100
parents 830de438e0b0
children 1b995079c045
comparison
equal deleted inserted replaced
603:c56ed16dbd39 604:fb5bb04ad914
230 case StMCustom3_CViewSelection3: 230 case StMCustom3_CViewSelection3:
231 case StMCustom3_CViewSelection4: 231 case StMCustom3_CViewSelection4:
232 case StMCustom3_CViewSelection5: 232 case StMCustom3_CViewSelection5:
233 case StMCustom3_CViewSelection6: refreshFct = CustomviewDivemode_refresh; 233 case StMCustom3_CViewSelection6: refreshFct = CustomviewDivemode_refresh;
234 break; 234 break;
235 case (StMCustom6_CViewPortCalib& MaskFieldDigit): 235 case (StMCustom5_CViewPortCalib & MaskFieldDigit):
236 case StMCustom6_CViewPortLayout: 236 case StMCustom5_CViewPortLayout:
237 case StMCustom6_CViewPortAmbient: refreshFct = refresh_ViewPort; 237 case StMCustom5_CViewPortAmbient: refreshFct = refresh_ViewPort;
238 break; 238 break;
239 default: /* no menu has been updated */ 239 default: /* no menu has been updated */
240 break; 240 break;
241 } 241 }
242 242