# HG changeset patch # User ideenmodellierer # Date 1728835643 -7200 # Node ID 49ee233c7a74b70541db3ce8b40aa3000cfbc076 # Parent 24c08a80a5f7ea300106d88f0c3ac4a072fcd4c4 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 diff -r 24c08a80a5f7 -r 49ee233c7a74 Discovery/Src/tMenuEditXtra.c --- a/Discovery/Src/tMenuEditXtra.c Sun Oct 13 17:38:16 2024 +0200 +++ b/Discovery/Src/tMenuEditXtra.c Sun Oct 13 18:07:23 2024 +0200 @@ -91,10 +91,14 @@ case 3: openEdit_SetManualMarker(); break; +#ifdef ENABLE_MOTION_CONTROL case 4: openEdit_CalibViewport(); break; case 5: +#else + case 4: +#endif if(is_stateUsedSetToSim()) { openEdit_SimFollowDecostops();