mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-11 11:20:12 +00:00
GtkHeaderBar: Allow overdrawing
The draw function of GtkHeaderBar was returning TRUE, causing after-signal handlers to not run. This breaks e.g. drawing of dnd hightlights. Fix that.
This commit is contained in:
parent
a41e2b901d
commit
d1d2763d00
@ -1673,7 +1673,7 @@ gtk_header_bar_draw (GtkWidget *widget,
|
||||
|
||||
GTK_WIDGET_CLASS (gtk_header_bar_parent_class)->draw (widget, cr);
|
||||
|
||||
return TRUE;
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user