flowbox: Initialize allocation

This commit is contained in:
Timm Bäder 2017-05-04 18:32:45 +02:00 committed by Matthias Clasen
parent b60686e8f1
commit c268ed832d

View File

@ -2443,6 +2443,8 @@ gtk_flow_box_snapshot (GtkWidget *widget,
gtk_widget_get_allocation (widget, &allocation);
gtk_widget_get_allocation (widget, &allocation);
x = allocation.x;
y = allocation.y;
width = allocation.width;