projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2a32af
)
render: Fix goto
author
Benjamin Otte
<otte@redhat.com>
Wed, 16 Oct 2019 15:48:25 +0000
(17:48 +0200)
committer
Benjamin 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
patch
|
blob
|
history
diff --git
a/gtk/gtkrendericon.c
b/gtk/gtkrendericon.c
index aa2368b4abdc1233c851340b6b49200d1ecbba55..6d37033bdc852fbb0a0be2661589bbb3a62e4152 100644
(file)
--- a/
gtk/gtkrendericon.c
+++ b/
gtk/gtkrendericon.c
@@
-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);