From 4e40b69e6372e92c0851793edfa86d4a5507dc48 Mon Sep 17 00:00:00 2001 From: erikkaashoek Date: Tue, 16 Jun 2020 11:44:40 +0200 Subject: [PATCH] Repaired jog switch control of span --- ui.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ui.c b/ui.c index 8062956..1125bc0 100644 --- a/ui.c +++ b/ui.c @@ -2036,8 +2036,12 @@ ui_process_normal(void) case LM_SPAN: if (FREQ_IS_STARTSTOP()) lever_move(status, ST_STOP); - else - lever_zoom_time(status); + else { + if (FREQ_IS_CW()) + lever_zoom_time(status); + else + lever_zoom_span(status); + } break; #ifdef __VNA__ case LM_EDELAY: