From 8643c8ffc59dd8a9995ccf9b0461f3f1e118bcb6 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 7 May 2025 00:50:01 -0700 Subject: default set first temp plot active --- remote_plot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/remote_plot.c b/remote_plot.c index f18862b..2ece6f2 100644 --- a/remote_plot.c +++ b/remote_plot.c @@ -719,7 +719,7 @@ static void activate (GtkApplication *app, gpointer user_data) for(int i=0;i<(VOLTLEN+TEMPLEN);i++) data->checkbutton[i]=gtk_check_button_new_with_label(checkbutton_names[i]); gtk_check_button_set_active(GTK_CHECK_BUTTON(data->checkbutton[0]),TRUE); - //gtk_check_button_set_active(GTK_CHECK_BUTTON(data->checkbutton[VOLTLEN]),TRUE); + gtk_check_button_set_active(GTK_CHECK_BUTTON(data->checkbutton[VOLTLEN]),TRUE); window = gtk_application_window_new (app); gtk_window_set_title (GTK_WINDOW (window), "remote_plot"); -- cgit v1.2.3-70-g09d2