From: c vw <dl1ycf@darc.de>
Date: Fri, 25 Sep 2020 15:05:39 +0000 (+0200)
Subject: cw menu: update VFO bar something changes, since cw speed and sidetone freq. are
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/components/?a=commitdiff_plain;h=3afd756249a18ef20a66f8c0dac528a466a5f08e;p=pihpsdr.git

cw menu: update VFO bar something changes, since cw speed and sidetone freq. are
displayed in the VFO bar.
---

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() {