slint/sixtyfps_runtime/rendering_backends
Simon Hausmann de9a215a1c Fix use of Clip inside a scrolled Flickable with the GL backend
We're using `Canvas::intersect_scissor` to combine the viewport clip of
the flickable with any child `Clip` element, for example. Unfortunately
`intersect_scissor` has a bug and this patch works around it by doing
the scissor intersection manually. This works because we don't apply a
global transform on the canvas -- all scaling and translation is done
locally in the draw functions.
2021-02-09 10:43:02 +01:00
..
default Update version number everywhere 2021-01-28 16:34:13 +01:00
gl Fix use of Clip inside a scrolled Flickable with the GL backend 2021-02-09 10:43:02 +01:00
qt Silent warning 2021-02-04 18:15:06 +01:00