From 3afd756249a18ef20a66f8c0dac528a466a5f08e Mon Sep 17 00:00:00 2001 From: c vw Date: Fri, 25 Sep 2020 17:05:39 +0200 Subject: [PATCH] cw menu: update VFO bar something changes, since cw speed and sidetone freq. are displayed in the VFO bar. --- cw_menu.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cw_menu.c b/cw_menu.c index 07ce115..bc00e21 100644 --- a/cw_menu.c +++ b/cw_menu.c @@ -34,6 +34,7 @@ #include "new_protocol.h" #include "old_protocol.h" #include "iambic.h" +#include "ext.h" static GtkWidget *parent_window=NULL; @@ -48,6 +49,10 @@ void cw_changed() { #ifdef LOCALCW keyer_update(); #endif +// +// speed and side tone frequency are displayed in the VFO bar +// + g_idle_add(ext_vfo_update, NULL); } static void cleanup() { -- 2.45.2