forked from AuroraMiddleware/gtk
don't propagate the expose to the label. The expose handler for
2004-03-10 Mark McLoughlin <mark@skynet.ie> * gtk/gtkexpander.c: (gtk_expander_expose): don't propagate the expose to the label. The expose handler for GtkContainer already does that. Fixes bug #136719. Reported by Dennis Cranston, exact cause nailed down by Owen.
This commit is contained in:
parent
6e30693cd9
commit
313c33cb90
@ -1,3 +1,10 @@
|
|||||||
|
2004-03-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
|
* gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
|
||||||
|
the expose to the label. The expose handler for GtkContainer
|
||||||
|
already does that. Fixes bug #136719. Reported by Dennis
|
||||||
|
Cranston, exact cause nailed down by Owen.
|
||||||
|
|
||||||
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
|
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2004-03-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
|
* gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
|
||||||
|
the expose to the label. The expose handler for GtkContainer
|
||||||
|
already does that. Fixes bug #136719. Reported by Dennis
|
||||||
|
Cranston, exact cause nailed down by Owen.
|
||||||
|
|
||||||
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
|
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2004-03-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
|
* gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
|
||||||
|
the expose to the label. The expose handler for GtkContainer
|
||||||
|
already does that. Fixes bug #136719. Reported by Dennis
|
||||||
|
Cranston, exact cause nailed down by Owen.
|
||||||
|
|
||||||
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
|
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2004-03-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
|
* gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
|
||||||
|
the expose to the label. The expose handler for GtkContainer
|
||||||
|
already does that. Fixes bug #136719. Reported by Dennis
|
||||||
|
Cranston, exact cause nailed down by Owen.
|
||||||
|
|
||||||
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
|
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
2004-03-10 Mark McLoughlin <mark@skynet.ie>
|
||||||
|
|
||||||
|
* gtk/gtkexpander.c: (gtk_expander_expose): don't propagate
|
||||||
|
the expose to the label. The expose handler for GtkContainer
|
||||||
|
already does that. Fixes bug #136719. Reported by Dennis
|
||||||
|
Cranston, exact cause nailed down by Owen.
|
||||||
|
|
||||||
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
2004-03-10 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
|
* gtk/gtkfilechooserdefault.c (list_mtime_data_func): Use an
|
||||||
|
@ -848,11 +848,6 @@ gtk_expander_expose (GtkWidget *widget,
|
|||||||
if (GTK_WIDGET_HAS_FOCUS (expander))
|
if (GTK_WIDGET_HAS_FOCUS (expander))
|
||||||
gtk_expander_paint_focus (expander, &event->area);
|
gtk_expander_paint_focus (expander, &event->area);
|
||||||
|
|
||||||
if (expander->priv->label_widget)
|
|
||||||
gtk_container_propagate_expose (GTK_CONTAINER (widget),
|
|
||||||
expander->priv->label_widget,
|
|
||||||
event);
|
|
||||||
|
|
||||||
GTK_WIDGET_CLASS (parent_class)->expose_event (widget, event);
|
GTK_WIDGET_CLASS (parent_class)->expose_event (widget, event);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user