Fix problems when expanding whole tree '*' / all subtree nodes <Shift>-Right

Remove gtk_tree_view_collapse_row from check_expand_trees()

svn path=/trunk/; revision=50741
This commit is contained in:
Jakub Zawadzki 2013-07-19 17:51:05 +00:00
parent acdfb0eca6
commit a1a96706d5
1 changed files with 1 additions and 3 deletions

View File

@ -222,9 +222,7 @@ check_expand_trees(GtkTreeView *tree_view, GtkTreeModel *model, GtkTreePath *pat
gtk_tree_path_down(path);
check_expand_trees(tree_view, model, path, &child, scroll_it, TRUE);
gtk_tree_path_up(path);
} else
gtk_tree_view_collapse_row(tree_view, path);
}
}
gtk_tree_path_next(path);