cairo: Draw table titles in xr_rendering_draw() too.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 27 Oct 2010 04:56:37 +0000 (21:56 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 27 Oct 2010 14:28:49 +0000 (07:28 -0700)
xr_rendering_draw() didn't draw table titles.  It seems that this was just
an oversight, so this commit fixes the problem.

xr_rendering_draw() is used by the GUI output viewer window, so this makes
the GUI output viewer display table titles now.

Bug #30554.


No differences found