[gtk+/wip/baedert/drawing: 75/241] flowbox: Initialize allocation
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/drawing: 75/241] flowbox: Initialize allocation
- Date: Thu, 15 Jun 2017 10:53:55 +0000 (UTC)
commit caa859d8569ccfc79cbd1cea7d18799f23c8c95d
Author: Timm Bäder <mail baedert org>
Date: Thu May 4 18:32:45 2017 +0200
flowbox: Initialize allocation
gtk/gtkflowbox.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkflowbox.c b/gtk/gtkflowbox.c
index f511fa0..820caae 100644
--- a/gtk/gtkflowbox.c
+++ b/gtk/gtkflowbox.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]