mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
gl renderer: Don't force repeat node child offscreen
This commit is contained in:
parent
4fb519f04d
commit
b8d1c3ab55
@ -2292,7 +2292,7 @@ render_repeat_node (GskGLRenderer *self,
|
||||
&child->bounds,
|
||||
child,
|
||||
®ion, &is_offscreen,
|
||||
RESET_CLIP | RESET_OPACITY | FORCE_OFFSCREEN))
|
||||
RESET_CLIP | RESET_OPACITY))
|
||||
g_assert_not_reached ();
|
||||
|
||||
ops_set_program (builder, &self->repeat_program);
|
||||
|
Loading…
Reference in New Issue
Block a user