@eht16 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)
Oops, thanks, removed.
--
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/4192#discussion_r1912454446
You are receiving this because you are subscribed to this thread.
Message ID:
geany/geany/pull/4192/review/2545436342@github.com