app: GimpColorFrame: no need to cairo_fill() after pango_cairo_show_layout()

This commit is contained in:
Michael Natterer 2012-01-15 22:48:55 +01:00
parent 8d0016023b
commit c00457382e

View file

@ -314,7 +314,6 @@ gimp_color_frame_expose (GtkWidget *widget,
menu_allocation.height / 2.0 +
color_area_allocation.height / 2.0) / scale - h / 2.0);
pango_cairo_show_layout (cr, frame->number_layout);
cairo_fill (cr);
cairo_destroy (cr);
}