@techee commented on this pull request.
>
/* get first child */
if (! gtk_tree_model_iter_children(model, &child, &parent))
return;
/* foreach child */
- while (TRUE)
+ while (TRUE && !visible_parent)
`TRUE` can be removed.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4192#pullrequestreview-2545434651
You are receiving this because you are subscribed to this thread.
Message ID: <geany/geany/pull/4192/review/[email protected]>
