]> www.fi.muni.cz Git - evince.git/commitdiff
[presentation] Add clip removed by mistake
authorCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 4 Jan 2010 12:11:09 +0000 (13:11 +0100)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Mon, 4 Jan 2010 12:11:09 +0000 (13:11 +0100)
libview/ev-transition-animation.c

index 9a1213753da3525ada902d4a8ab918dbeebae420..4e8bb919c2e98c8b66cb03b9ca6f7879fe2c27c5 100644 (file)
@@ -192,6 +192,7 @@ paint_surface (cairo_t         *cr,
        cairo_save (cr);
 
        gdk_cairo_rectangle (cr, &page_area);
+       cairo_clip (cr);
        cairo_surface_set_device_offset (surface, x_offset, y_offset);
        cairo_set_source_surface (cr, surface, 0, 0);