mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
Marking nodes invisible after pulling in the root level is wrong
This commit is contained in:
parent
532eccabde
commit
af73305d37
@ -1284,13 +1284,6 @@ gtk_tree_model_filter_row_changed (GtkTreeModel *c_model,
|
||||
gtk_tree_model_filter_build_level (filter, NULL, NULL, FALSE);
|
||||
|
||||
root = FILTER_LEVEL (filter->priv->root);
|
||||
|
||||
if (root)
|
||||
{
|
||||
for (i = 0; i < root->array->len; i++)
|
||||
g_array_index (root->array, FilterElt, i).visible = FALSE;
|
||||
root->visible_nodes = 0;
|
||||
}
|
||||
}
|
||||
|
||||
gtk_tree_model_filter_increment_stamp (filter);
|
||||
|
Loading…
Reference in New Issue
Block a user