X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2Fpivot-output.c;h=ae12c4dea391e51358a97de2ca85df32fa040c24;hb=e8a8e5b226a84910ccfd13ddb66c438107724b60;hp=12e1efafdb9b5db905642cd8c0e3614c8a3fabfb;hpb=df5005061c036817368a302b3b535999d758393a;p=pspp diff --git a/src/output/pivot-output.c b/src/output/pivot-output.c index 12e1efafdb..ae12c4dea3 100644 --- a/src/output/pivot-output.c +++ b/src/output/pivot-output.c @@ -135,9 +135,6 @@ fill_cell (struct table *t, int x1, int y1, int x2, int y2, if (value->n_subscripts) table_add_subscripts (t, x1, y1, value->subscripts, value->n_subscripts); - - if (value->superscript) - table_add_superscript (t, x1, y1, value->superscript); } } @@ -292,7 +289,7 @@ compose_headings (struct table *t, if (d->root->show_label_in_corner && a_ofs > 0) { int bb[TABLE_N_AXES][2]; - bb[a][0] = a_ofs - 1; + bb[a][0] = 0; bb[a][1] = a_ofs - 1; bb[b][0] = bottom_row - d->label_depth + 1; bb[b][1] = bottom_row; @@ -460,7 +457,7 @@ pivot_table_submit_layer (const struct pivot_table *pt, struct table_item *ti = table_item_create (table, NULL, NULL, pt->notes); - if (pt->title && pt->show_title) + if (pt->title) { struct table_item_text *title = pivot_value_to_table_item_text ( pt->title, &pt->look->areas[PIVOT_AREA_TITLE], footnotes,