# HG changeset patch # User ideenmodellierer # Date 1728833896 -7200 # Node ID 24c08a80a5f7ea300106d88f0c3ac4a072fcd4c4 # Parent 5736b2641cb0b9e8c8dac73001b30e9d8f4a7906 DevBugfix SlowExit edit display: The safety stop depth had been referenced as start depth instead of the last deco stop depth. This has been corrected now. diff -r 5736b2641cb0 -r 24c08a80a5f7 Discovery/Src/tMenuEditDeco.c --- a/Discovery/Src/tMenuEditDeco.c Sun Oct 13 17:36:32 2024 +0200 +++ b/Discovery/Src/tMenuEditDeco.c Sun Oct 13 17:38:16 2024 +0200 @@ -270,7 +270,7 @@ char text[64]; uint16_t y_line; - SlowExitTime = settingsGetPointer()->safetystopDuration; + SlowExitTime = settingsGetPointer()->slowExitTime; y_line = ME_Y_LINE_BASE + (lineSelected * ME_Y_LINE_STEP);