cairo: Correctly render table during scrolling.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 23 Mar 2011 05:10:49 +0000 (22:10 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 23 Mar 2011 05:10:49 +0000 (22:10 -0700)
commitf6ef1f7d246330feda72eaeb331fdf94a3940dad
tree14b54c1aebd508019db38352806dc513bff8655f
parent213a9dde780d4b31cdcf7dd14f5015633a89cec5
cairo: Correctly render table during scrolling.

Commit 845d4b4f3f (cairo: Draw table titles in xr_rendering_draw()
too) started rendering table titles in the GUI but forgot to
compensate for this in the call to render_page_draw_region(), so
scrolling caused visible damage.

Bug #31569.
Reported-by: John Darrington <john@darrington.wattle.id.au>
src/output/cairo.c