render: Fix goto
authorBenjamin Otte <otte@redhat.com>
Wed, 16 Oct 2019 15:48:25 +0000 (17:48 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 16 Oct 2019 19:45:33 +0000 (21:45 +0200)
if we have pushed a shadow, we better pop it again.

Broken since d1ea591f18f

gtk/gtkrendericon.c

index aa2368b4abdc1233c851340b6b49200d1ecbba55..6d37033bdc852fbb0a0be2661589bbb3a62e4152 100644 (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);