[gtk+/combo-refactor: 4/23] Fixing GtkCellAreaBoxContext to chain up when flushing the allocation.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/combo-refactor: 4/23] Fixing GtkCellAreaBoxContext to chain up when flushing the allocation.
- Date: Tue, 23 Nov 2010 08:05:17 +0000 (UTC)
commit 2e472e70b272e5ef71cad15538fbe58c1510c89c
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Thu Nov 18 17:29:55 2010 +0900
Fixing GtkCellAreaBoxContext to chain up when flushing the allocation.
gtk/gtkcellareaboxcontext.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkcellareaboxcontext.c b/gtk/gtkcellareaboxcontext.c
index e0501e6..39e422c 100644
--- a/gtk/gtkcellareaboxcontext.c
+++ b/gtk/gtkcellareaboxcontext.c
@@ -241,6 +241,9 @@ gtk_cell_area_box_context_flush_allocation (GtkCellAreaContext *context)
g_free (priv->orientation_allocs);
priv->orientation_allocs = NULL;
priv->n_orientation_allocs = 0;
+
+ GTK_CELL_AREA_CONTEXT_CLASS
+ (gtk_cell_area_box_context_parent_class)->flush_allocation (context);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]