libgimpwidgets: argh...

This commit is contained in:
Michael Natterer 2015-10-08 22:47:32 +02:00
parent 560d481083
commit cda4ab7492
1 changed files with 1 additions and 1 deletions

View File

@ -852,7 +852,7 @@ gimp_color_select_image_fill (GtkWidget *preview,
gtk_widget_get_allocation (preview, &allocation);
csf.buffer = g_alloca (csf.width * 3);
csf.buffer = g_alloca (allocation.width * 3);
csf.width = allocation.width;
csf.height = allocation.height;
csf.hsv = *hsv;