From ce0168e1a5faa537425a219c9cbe345a0b4d94cc Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 1 Jul 2018 17:35:34 -0400 Subject: [PATCH] I give up --- unix/progressbar.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/unix/progressbar.c b/unix/progressbar.c index b3681a6f..46f0e103 100644 --- a/unix/progressbar.c +++ b/unix/progressbar.c @@ -1,6 +1,9 @@ // 11 june 2015 #include "uipriv_unix.h" +// LONGTERM: +// - in GTK+ 3.22 at least, running both a GtkProgressBar and a GtkCellRendererProgress in pulse mode with our code will cause the former to slow down and eventually stop, and I can't tell why at all + struct uiProgressBar { uiUnixControl c; GtkWidget *widget;