output: Correctly define and properly implement column width ranges.
[pspp] / src / output / cairo-fsm.c
index 51f48efb750d087d110930de8c14ec149ecf7eaf..5d9b60a443f3c241e60e9749d2507ee93d4704c6 100644 (file)
@@ -1053,6 +1053,7 @@ xr_fsm_create (const struct output_item *item_,
       .size = { [H] = style->size[H], [V] = style->size[V] },
       .line_widths = xr_line_widths,
       .min_break = { [H] = style->min_break[H], [V] = style->min_break[V] },
+      .px_size = px_to_xr (1),
       .supports_margins = true,
       .rtl = render_direction_rtl (),
       .printing = print,