]> git.rkrishnan.org Git - pihpsdr.git/commitdiff
small fixes
authorc vw <dl1ycf@darc.de>
Wed, 8 Jan 2020 11:33:19 +0000 (12:33 +0100)
committerc vw <dl1ycf@darc.de>
Wed, 8 Jan 2020 11:33:19 +0000 (12:33 +0100)
diversity_menu.c
tx_panadapter.c

index 1ff26f79d2c23fe7b14a49f55ba1957ca25e7c65..527a44974621a6ca2136d4f69040295ff56198bb 100644 (file)
@@ -30,6 +30,7 @@
 #include "new_protocol.h"
 #include "old_protocol.h"
 #include "sliders.h"
+#include "ext.h"
 
 #include <math.h> 
 
@@ -78,6 +79,7 @@ static void diversity_cb(GtkWidget *widget, gpointer data) {
     schedule_high_priority();
     schedule_receive_specific();
   }
+  g_idle_add(ext_vfo_update, NULL);
 }
 
 //
index 5c1d36db8c4832f0162e458025b83d5564cd8d28..4de9f04ee34183e74efa5c24e334334fcf9c757a 100644 (file)
@@ -262,9 +262,9 @@ void tx_panadapter_update(TRANSMITTER *tx) {
     }
   }
 
+  cairo_text_extents_t extents;
 #ifdef TX_FREQ_MARKERS
   long long f;
-  cairo_text_extents_t extents;
   long long divisor=50000;
   for(i=0;i<display_width;i++) {
     f = frequency - half + (long) (hz_per_pixel * i);