in the 'main' expose loop, add back the calls to _set_cell_data removed

2005-07-05  Kristian Rietveld  <kris@gtk.org>

	* gtk/gtktreeview.c (gtk_tree_view_bin_expose): in the
	'main' expose loop, add back the calls to _set_cell_data
	removed earlier. (#309221, Matthias Clasen).
This commit is contained in:
Kristian Rietveld 2005-07-05 21:11:32 +00:00 committed by Kristian Rietveld
parent d12a6255db
commit 45c7c2b0ca
4 changed files with 24 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-07-05 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): in the
'main' expose loop, add back the calls to _set_cell_data
removed earlier. (#309221, Matthias Clasen).
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/menus.c: Demonstrate vertical menubars.

View File

@ -1,3 +1,9 @@
2005-07-05 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): in the
'main' expose loop, add back the calls to _set_cell_data
removed earlier. (#309221, Matthias Clasen).
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/menus.c: Demonstrate vertical menubars.

View File

@ -1,3 +1,9 @@
2005-07-05 Kristian Rietveld <kris@gtk.org>
* gtk/gtktreeview.c (gtk_tree_view_bin_expose): in the
'main' expose loop, add back the calls to _set_cell_data
removed earlier. (#309221, Matthias Clasen).
2005-07-05 Matthias Clasen <mclasen@redhat.com>
* demos/gtk-demo/menus.c: Demonstrate vertical menubars.

View File

@ -3648,6 +3648,12 @@ gtk_tree_view_bin_expose (GtkWidget *widget,
continue;
}
gtk_tree_view_column_cell_set_cell_data (column,
tree_view->priv->model,
&iter,
GTK_RBNODE_FLAG_SET (node, GTK_RBNODE_IS_PARENT),
node->children?TRUE:FALSE);
/* Select the detail for drawing the cell. relevant
* factors are parity, sortedness, and whether to
* display rules.