@techee commented on this pull request.
> + have_filter_iter = > gtk_tree_model_filter_convert_child_iter_to_iter( + GTK_TREE_MODEL_FILTER(filter_model), &filter_iter, iter); + if (have_filter_iter) + gtk_tree_selection_select_iter(treesel, &filter_iter); > if that was chosen because the call is long, fair enough. That's exactly the reason - I think it's more readable this way. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4218#discussion_r1936944571 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4218/review/[email protected]>
