]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
cw_menu: update VFO bar if speed or sidetone freq changed
authorc vw <dl1ycf@darc.de>
Fri, 25 Sep 2020 14:25:08 +0000 (16:25 +0200)
committerc vw <dl1ycf@darc.de>
Fri, 25 Sep 2020 14:25:08 +0000 (16:25 +0200)
cw_menu.c

index 07ce1151de67a9d4bc6ba3041398fcaeb8d5b6ff..bc00e21a36a42adde1a5b5c3f16e089574d8960b 100644 (file)
--- 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() {