app: GimpColorFrame: no need to cairo_fill() after pango_cairo_show_layout()
This commit is contained in:
@ -314,7 +314,6 @@ gimp_color_frame_expose (GtkWidget *widget,
|
|||||||
menu_allocation.height / 2.0 +
|
menu_allocation.height / 2.0 +
|
||||||
color_area_allocation.height / 2.0) / scale - h / 2.0);
|
color_area_allocation.height / 2.0) / scale - h / 2.0);
|
||||||
pango_cairo_show_layout (cr, frame->number_layout);
|
pango_cairo_show_layout (cr, frame->number_layout);
|
||||||
cairo_fill (cr);
|
|
||||||
|
|
||||||
cairo_destroy (cr);
|
cairo_destroy (cr);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user