comparison Discovery/Src/tMenuEditXtra.c @ 906:49ee233c7a74 Evo_2_23

Bugfix de-/activation of deco stop consideration in simulator: A missing compile switch caused the option to follow deco stops or not to be activated all the time. The misssing compile switch has been added to make sure that the active menu line is mapped to the correct option
author ideenmodellierer
date Sun, 13 Oct 2024 18:07:23 +0200
parents 7755a476f164
children
comparison
equal deleted inserted replaced
905:24c08a80a5f7 906:49ee233c7a74
89 openEdit_CompassHeading(); 89 openEdit_CompassHeading();
90 break; 90 break;
91 case 3: 91 case 3:
92 openEdit_SetManualMarker(); 92 openEdit_SetManualMarker();
93 break; 93 break;
94 #ifdef ENABLE_MOTION_CONTROL
94 case 4: 95 case 4:
95 openEdit_CalibViewport(); 96 openEdit_CalibViewport();
96 break; 97 break;
97 case 5: 98 case 5:
99 #else
100 case 4:
101 #endif
98 if(is_stateUsedSetToSim()) 102 if(is_stateUsedSetToSim())
99 { 103 {
100 openEdit_SimFollowDecostops(); 104 openEdit_SimFollowDecostops();
101 } 105 }
102 else 106 else