[gtk+/combo-refactor: 4/32] 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/32] Fixing GtkCellAreaBoxContext to chain up when flushing the allocation.
- Date: Thu, 25 Nov 2010 13:43:27 +0000 (UTC)
commit c71f3b68c19663ae6c033b45da62e17856fefea5
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 6ba773c..b344fa8 100644
--- a/gtk/gtkcellareaboxcontext.c
+++ b/gtk/gtkcellareaboxcontext.c
@@ -170,6 +170,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]