]> Pileus Git - ~andy/gtk/commit
treeview: Avoid queueing a redraw in do_validate_rows()
authorKristian Rietveld <kris@gtk.org>
Tue, 5 Apr 2011 19:06:02 +0000 (21:06 +0200)
committerBenjamin Otte <otte@redhat.com>
Sat, 16 Apr 2011 23:14:51 +0000 (01:14 +0200)
commit4594370b4619e431e7d96f9bb2eba234a34abf6d
treee790807508819d4924fc25e1aa0e55c10bae150f
parenta5e1337ad7175bde63cbde9d70e4b2637fa11ca2
treeview: Avoid queueing a redraw in do_validate_rows()

If the changed rows are not visible, we likely do not have to redraw
in conjunction to resize.  Spotted by Benjamin Otte.
gtk/gtktreeview.c