[gtk+/combo-refactor] 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] Fixing GtkCellAreaBoxContext to chain up when flushing the allocation.
- Date: Thu, 18 Nov 2010 08:29:56 +0000 (UTC)
commit 9c6f2c0907b6ffdf4f89030e3d7b95b6b9fde1ba
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]