[gtk+/combo-refactor: 4/42] 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/42] Fixing GtkCellAreaBoxContext to chain up when flushing the allocation.
- Date: Fri, 26 Nov 2010 14:51:27 +0000 (UTC)
commit ebe3f2b1f016424ba84a7fbc8239cabe2f9b0f24
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 b49ec72..056e4ec 100644
--- a/gtk/gtkcellareaboxcontext.c
+++ b/gtk/gtkcellareaboxcontext.c
@@ -278,6 +278,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]