[gtk+/wip/baedert/drawing: 25/60] flowbox: Initialize allocation
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/drawing: 25/60] flowbox: Initialize allocation
- Date: Sat, 6 May 2017 08:08:07 +0000 (UTC)
commit 539dc6cc3a16bcceeca9650e59f48fe8d555091c
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 0f9e9ab..edde6cd 100644
--- a/gtk/gtkflowbox.c
+++ b/gtk/gtkflowbox.c
@@ -2451,6 +2451,8 @@ gtk_flow_box_snapshot (GtkWidget *widget,
GTK_WIDGET_CLASS (gtk_flow_box_parent_class)->snapshot (widget, snapshot);
+ 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]