libui icon indicating copy to clipboard operation
libui copied to clipboard

unix: uiTableModel_iter_nth_child is broken.

Open szanni opened this issue 4 years ago • 1 comments

According to the docs over at gnome the *_iter_nth_child should be a setter for iter. The current implementation performs a check iter->stamp == STAMP_GOOD and aborts. It should instead set iter.

Somehow gtk seems to function (in its current form) nonetheless.

szanni avatar Aug 20 '20 21:08 szanni

Fixed in #505

szanni avatar Aug 20 '20 21:08 szanni