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;