projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01fd1be
)
small fixes
author
c vw
<dl1ycf@darc.de>
Wed, 8 Jan 2020 11:33:19 +0000
(12:33 +0100)
committer
c vw
<dl1ycf@darc.de>
Wed, 8 Jan 2020 11:33:19 +0000
(12:33 +0100)
diversity_menu.c
patch
|
blob
|
history
tx_panadapter.c
patch
|
blob
|
history
diff --git
a/diversity_menu.c
b/diversity_menu.c
index 1ff26f79d2c23fe7b14a49f55ba1957ca25e7c65..527a44974621a6ca2136d4f69040295ff56198bb 100644
(file)
--- a/
diversity_menu.c
+++ b/
diversity_menu.c
@@
-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);
}
//
diff --git
a/tx_panadapter.c
b/tx_panadapter.c
index 5c1d36db8c4832f0162e458025b83d5564cd8d28..4de9f04ee34183e74efa5c24e334334fcf9c757a 100644
(file)
--- a/
tx_panadapter.c
+++ b/
tx_panadapter.c
@@
-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);