diff options
| -rw-r--r-- | zz_table.go | 4 |
1 files changed, 3 insertions, 1 deletions
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 |
