Skip to content

Commit 20dc8e5

Browse files
plugins/ad9371: remove unnecessary call to iio_widget_update
this call caused the value for RX2 gain in the spin box to be overwritten unless the Enter key was pressed now spin box for RX2 gain behaves like RX1 gain Signed-off-by: Cristina Suteu <[email protected]>
1 parent f4b3f62 commit 20dc8e5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: plugins/ad9371.c

-2
Original file line numberDiff line numberDiff line change
@@ -729,8 +729,6 @@ static gboolean update_display(gpointer foo)
729729
clgc_update_labels();
730730
vswr_update_labels();
731731
}
732-
733-
iio_widget_update(&rx_widgets[rx2_gain]);
734732
}
735733

736734
return TRUE;

0 commit comments

Comments
 (0)