[gtk/test-revealer-master-2] j
- From: Carlos Soriano <csoriano src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/test-revealer-master-2] j
- Date: Sat, 1 Sep 2018 16:47:16 +0000 (UTC)
commit 4e0a8d25e5529a138e75ed8b00d10a44e3ebd1ae
Author: Carlos Soriano <csoriano redhat com>
Date: Sat Sep 1 18:46:55 2018 +0200
j
gtk/gtkrevealer.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gtk/gtkrevealer.c b/gtk/gtkrevealer.c
index b2d45c643e..1e827a1667 100644
--- a/gtk/gtkrevealer.c
+++ b/gtk/gtkrevealer.c
@@ -328,6 +328,7 @@ gtk_revealer_get_child_allocation (GtkRevealer *revealer,
child_allocation->width = MAX (MIN(minimum_width, natural_width), allocation->width);
child_allocation->height = MAX (MIN(minimum_height, natural_height), allocation->height);
+ g_print("Allocation child %d %d %d %d", minimum_width, minimum_height, child_allocation->width,
child_allocation->height);
switch (transition)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]