From ce7cc942e4a9ea4ffe9d3e6541e64503f81116f7 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 7 Jan 2024 23:47:41 -0500 Subject: [PATCH] gpu: Use opacity for border colors We were computing the right colors, but forgot to use them. --- gsk/gpu/gskgpunodeprocessor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsk/gpu/gskgpunodeprocessor.c b/gsk/gpu/gskgpunodeprocessor.c index 906d1548f0..88465911a8 100644 --- a/gsk/gpu/gskgpunodeprocessor.c +++ b/gsk/gpu/gskgpunodeprocessor.c @@ -1900,7 +1900,7 @@ gsk_gpu_node_processor_add_border_node (GskGpuNodeProcessor *self, &self->offset, graphene_point_zero (), gsk_border_node_get_widths (node), - gsk_border_node_get_colors (node)); + colors); } static void