[gtk+/gtk-3-16] gtklistboxrow: propagate in the draw vfunc
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-16] gtklistboxrow: propagate in the draw vfunc
- Date: Tue, 7 Jul 2015 14:31:51 +0000 (UTC)
commit d67cf43be927b558a4a1f4487ccb926a4ebe41a7
Author: Carlos Soriano <csoriano gnome org>
Date: Wed Jun 10 17:42:10 2015 +0200
gtklistboxrow: propagate in the draw vfunc
So objects connected by g_signal_connect_after actually get
the signal.
This was causing an issue in the dnd highlight, since there
a cairo rectangle is draw using g_signal_connect_after on the draw
signal.
gtk/gtklistbox.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtklistbox.c b/gtk/gtklistbox.c
index 554cd42..a4dfecf 100644
--- a/gtk/gtklistbox.c
+++ b/gtk/gtklistbox.c
@@ -3044,7 +3044,7 @@ gtk_list_box_row_draw (GtkWidget *widget,
GTK_WIDGET_CLASS (gtk_list_box_row_parent_class)->draw (widget, cr);
- return TRUE;
+ return GDK_EVENT_PROPAGATE;
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]