mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
popover: Propagate drawing
This commit is contained in:
parent
2c04941c5c
commit
ce1ae60da2
@ -1213,7 +1213,7 @@ G_GNUC_END_IGNORE_DEPRECATIONS
|
||||
if (child)
|
||||
gtk_container_propagate_draw (GTK_CONTAINER (widget), child, cr);
|
||||
|
||||
return TRUE;
|
||||
return GDK_EVENT_PROPAGATE;
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
Reference in New Issue
Block a user