]> git.sur5r.net Git - glabels/commitdiff
Clip to outline restored
authorJim Evins <evins@snaught.com>
Wed, 4 Nov 2009 02:09:43 +0000 (21:09 -0500)
committerJim Evins <evins@snaught.com>
Wed, 4 Nov 2009 02:09:43 +0000 (21:09 -0500)
During my last commit & push, I left the clip to outline line commented out
which is an artifact of my testing.

src/print.c

index 7707eb3acc189c33d1bf2101646ef5f144cce17c..b4b4df5775a8c11a3cfe5a5a2829574c4b969b01 100644 (file)
@@ -509,7 +509,7 @@ print_label (PrintInfo     *pi,
        /* of the current label */
        cairo_translate (pi->cr, x, y);
 
-       //clip_to_outline (pi, label);
+       clip_to_outline (pi, label);
 
        cairo_save (pi->cr);