From 3245af389a305b6af66ef07822bae70fc1261efb Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sat, 1 Sep 2018 20:50:34 -0400 Subject: [PATCH] More TODOs. --- zz_table.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zz_table.go b/zz_table.go index e7d3e2c..fc64d88 100644 --- a/zz_table.go +++ b/zz_table.go @@ -2,7 +2,9 @@ // +build OMIT -// TODO possible bug in libui: the checkboxes on macOS retain their values when they shouldn't +// TODO possible bugs in libui: +// - the checkboxes on macOS retain their values when they shouldn't +// - the table on GTK+ is very thin; the scrolled window needs hexpand=TRUE package main