From 57fa848ff53ba2d76636891b69b6eb2ab21127c2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 23 Apr 2022 14:56:34 +0200 Subject: Fixture display: Slow down redraw rate --- src/starlet-fixture-display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/starlet-fixture-display.c b/src/starlet-fixture-display.c index c5a5a9a..b2071ba 100644 --- a/src/starlet-fixture-display.c +++ b/src/starlet-fixture-display.c @@ -680,7 +680,7 @@ int main(int argc, char *argv[]) gtk_widget_grab_focus(GTK_WIDGET(da)); gtk_widget_show_all(mainwindow); - g_timeout_add(50, redraw_cb, &fixd); + g_timeout_add(200, redraw_cb, &fixd); g_timeout_add(1000, try_connect_cb, &fixd); gtk_main(); -- cgit v1.2.3