Skip to content

Commit 57b7ff4

Browse files
committed
Fix the White-Balance menu
1 parent d22a936 commit 57b7ff4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/droidcam.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ static void the_callback(GtkWidget* widget, gpointer extra)
288288
gtk_menu_popup_at_pointer(GTK_MENU(menu), NULL);
289289
break;
290290
case CB_BTN_WB:
291-
gtk_menu_popup_at_pointer(GTK_MENU(menu), NULL);
291+
gtk_menu_popup_at_pointer(GTK_MENU(wbMenu), NULL);
292292
break;
293293
case CB_BTN_EL:
294294
if (v_running != 1 || thread_cmd != 0) {

0 commit comments

Comments
 (0)