X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcairo.c;h=cfa9669329e0edf7990e166c304cadacc3898fda;hb=24ab436df2f3f115c1cb949dbf0a932cda7667b2;hp=1de46b25bbe9ce7f7fbe3ee92ea3aae6563bb8ee;hpb=376bc1e2594564c432857c50f2f779093ce70710;p=pspp diff --git a/src/output/cairo.c b/src/output/cairo.c index 1de46b25bb..cfa9669329 100644 --- a/src/output/cairo.c +++ b/src/output/cairo.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009, 2010, 2011 Free Software Foundation, Inc. + Copyright (C) 2009, 2010, 2011, 2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -982,7 +982,8 @@ xr_rendering_create_text (struct xr_driver *xr, const char *text, cairo_t *cr) void xr_rendering_apply_options (struct xr_rendering *xr, struct string_map *o) { - apply_options (xr->xr, o); + if (is_table_item (xr->item)) + apply_options (xr->xr, o); } struct xr_rendering *