andlabs / andlabs/libui

unix: uiTableModel_iter_nth_child is broken.

Abierto
#504 1 comentario 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
C
Estrellas
10.9k
Forks
612
Métricas de merge de PR
Sin PR fusionados en 30 d

Descripción

According to the docs over at [gnome](https://developer.gnome.org/gtk3/3.24/GtkTreeModel.html#gtk-tree-model-iter-nth-child) 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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.