mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-17 07:30:09 +00:00
render: Fix goto
if we have pushed a shadow, we better pop it again.
Broken since d1ea591f18
This commit is contained in:
parent
c2a32afe97
commit
9b87cace47
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user