GNOME Bugzilla – Bug 672937
treeview: filter out invisible columns in get_path_for_child()
Last modified: 2012-03-27 16:39:43 UTC
See attached patch and commit message for the rationale.
Created attachment 210713 [details] [review] treeview: filter out invisible columns in get_path_for_child() Since we check for !list->next (and !list->prev for RTL) to set the GTK_REGION_LAST flag, we have to filter out invisible columns before looping; if we don't do that we might end up assigning GTK_REGION_LAST to an invisible column.
Attachment 210713 [details] pushed as 52bd5f2 - treeview: filter out invisible columns in get_path_for_child() Pushed to git after Benjamin's review on IRC.