]> Pileus Git - ~andy/gtk/commit
Don't chain up to the container's expose event. Instead call
authorJoe Shaw <joe@ximian.com>
Wed, 13 Feb 2002 22:49:40 +0000 (22:49 +0000)
committerJoe Shaw <joeshaw@src.gnome.org>
Wed, 13 Feb 2002 22:49:40 +0000 (22:49 +0000)
commit3a4a6edb79fc111a343f2caa7892787c74416e6a
tree93f6de13dd7bd130c308019ff6faf12fc12061fd
parentd000d2bb6de4b50a8ead060eef9dd91a265a1240
Don't chain up to the container's expose event. Instead call

2002-02-13  Joe Shaw  <joe@ximian.com>

* gtk/gtktreeitem.c (gtk_tree_item_expose): Don't chain up to the
container's expose event.  Instead call
gtk_tree_item_expose_child() on each child.  Avoids a failed
g_assert() in gtk_container_propagate_expose().
(gtk_tree_item_expose_child): Added.  Synthesize an expose event
for our children.  Basically gtk_container_propagate_expose()
minus the g_assert().  (#71396)
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtktreeitem.c