]> Pileus Git - ~andy/gtk/commit
Bug 588199 - GtkTreeView rendering glitch while using a default ...
authorKristian Rietveld <kris@gtk.org>
Thu, 27 Aug 2009 15:31:44 +0000 (17:31 +0200)
committerKristian Rietveld <kris@gtk.org>
Thu, 27 Aug 2009 16:12:54 +0000 (18:12 +0200)
commit786b3914cde5f49857b47b12b54fd05fa7284f98
treea14f2940e70dfa42e7d050b3d72b5dac1ff6bd74
parentde1c79c72100ea8d630ec15034dca37d9857213b
Bug 588199 - GtkTreeView rendering glitch while using a default ...

Contrary to what was believed before, do_validate_rows() does need to
queue a normal resize (including a redraw) when it has to.  The redraw
is required because of the size of the tree has changed because new
row(s) have been validated.
gtk/gtktreeview.c