render: Fix goto

if we have pushed a shadow, we better pop it again.

Broken since d1ea591f18
This commit is contained in:
Benjamin Otte 2019-10-16 17:48:25 +02:00
parent c2a32afe97
commit 9b87cace47

View File

@ -166,10 +166,10 @@ gtk_css_style_snapshot_icon_paintable (GtkCssStyle *style,
if (recolor)
gtk_snapshot_pop (snapshot);
transparent:
if (has_shadow)
gtk_snapshot_pop (snapshot);
transparent:
gtk_css_filter_value_pop_snapshot (filter_value, snapshot);
gsk_transform_unref (transform);