Don't propagate the expose to the label widget, the parent expose handler
2004-06-01 Anders Carlsson <andersca@gnome.org> * e-expander.c (e_expander_expose): Don't propagate the expose to the label widget, the parent expose handler does that. svn path=/trunk/; revision=26144
This commit is contained in:
committed by
Anders Carlsson
parent
a55d7dc1e6
commit
e44d368043
@ -1,3 +1,8 @@
|
||||
2004-06-01 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* e-expander.c (e_expander_expose): Don't propagate the expose
|
||||
to the label widget, the parent expose handler does that.
|
||||
|
||||
2004-05-28 Anders Carlsson <andersca@gnome.org>
|
||||
|
||||
* e-error.c (e_error_newv): Use the constructed title string.
|
||||
|
||||
@ -764,11 +764,6 @@ e_expander_expose (GtkWidget *widget,
|
||||
if (GTK_WIDGET_HAS_FOCUS (expander))
|
||||
e_expander_paint_focus (expander, &event->area);
|
||||
|
||||
if (priv->label_widget)
|
||||
gtk_container_propagate_expose (GTK_CONTAINER (widget),
|
||||
priv->label_widget,
|
||||
event);
|
||||
|
||||
GTK_WIDGET_CLASS (parent_class)->expose_event (widget, event);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user