projects
/
pihpsdr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9cc569f
)
Hide "Radio Mic" button upon opening this menu when local-mic is selected.
author
c vw
<dl1ycf@darc.de>
Fri, 21 Aug 2020 08:30:55 +0000
(10:30 +0200)
committer
c vw
<dl1ycf@darc.de>
Fri, 21 Aug 2020 08:30:55 +0000
(10:30 +0200)
tx_menu.c
patch
|
blob
|
history
diff --git
a/tx_menu.c
b/tx_menu.c
index 133778647b7910ba5af1e5d97e407df43a9e51fa..b411e58ea8e455ae20807930e1128e7f04373953 100644
(file)
--- a/
tx_menu.c
+++ b/
tx_menu.c
@@
-556,6
+556,7
@@
void tx_menu(GtkWidget *parent) {
if(transmitter->local_microphone && (protocol==ORIGINAL_PROTOCOL || protocol==NEW_PROTOCOL)) {
+ gtk_widget_hide(micin_b);
gtk_widget_hide(linein_b);
gtk_widget_hide(micboost_b);
}