X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fprint.c;h=25eb5cc695a50daf9a940f46f0871898ed25984c;hp=c81b88817cf673532a18630a3faaf07e58b597ce;hb=e436ea53511e1dadab981af18b237fee83fde39b;hpb=2dfa5f58107ba16e171e2e65524859a42b057742 diff --git a/src/print.c b/src/print.c index c81b8881..25eb5cc6 100644 --- a/src/print.c +++ b/src/print.c @@ -1367,10 +1367,10 @@ static gboolean print_job_ps_page_text(PrintWindow *pw, const gchar *text, gdoub pixbuf_draw_layout(pixbuf, layout, pw->dialog->dialog, 0, 0, r, g, b, 255); g_object_unref(G_OBJECT(layout)); - ret = print_job_ps_page_image(pw, pixbuf, x, y, + ret = print_job_ps_page_image(pw, pixbuf, x, y, /* do not allow rescaling of the pixbuf due to rounding errors */ ((gdouble)lw + 0.01) / scale_to_max_dpi, - ((gdouble)lh + 0.01) / scale_to_max_dpi, + ((gdouble)lh + 0.01) / scale_to_max_dpi, 0, 0); g_object_unref(G_OBJECT(pixbuf));