forked from AuroraMiddleware/gtk
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