GNOME Bugzilla – Bug 318806
GtkLabel is using the wrong window type for subwindow
Last modified: 2005-10-20 20:41:06 UTC
GtkLabel is using GDK_WINDOW_TEMP as window type for a child window. This is wrong, it should be GDK_WINDOW_CHILD. Attaching patch.
Created attachment 53435 [details] [review] Fix window type
Fixed in HEAD 2005-10-20 Matthias Clasen <mclasen@redhat.com> * gtk/gtklabel.c (gtk_label_create_window): Use GDK_WINDOW_CHILD for the selection window. (#318806, Alex Larsson)