treeview: Return FALSE from draw handler

... like every widget should.

https://bugzilla.gnome.org/show_bug.cgi?id=658981
This commit is contained in:
Benjamin Otte 2011-09-14 16:03:54 +02:00
parent a172dff58b
commit 9e8b2f2521

View File

@ -5383,7 +5383,7 @@ gtk_tree_view_draw (GtkWidget *widget,
button, cr);
}
return TRUE;
return FALSE;
}
enum