forked from AuroraMiddleware/gtk
flowbox: Initialize allocation
This commit is contained in:
parent
b60686e8f1
commit
c268ed832d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user