cellrendererpixbuf: Use fallback icons with icon-name

This gives us a better chance of finding an icon to show.

Closes: #1809
This commit is contained in:
Iain Lane 2019-04-08 14:52:49 +01:00
parent 2594593de2
commit fbe0e32813
No known key found for this signature in database
GPG Key ID: E352D5C51C5041D4

View File

@ -391,6 +391,7 @@ create_icon_helper (
icon_helper = gtk_icon_helper_new (gtk_style_context_get_node (gtk_widget_get_style_context (widget)),
widget);
_gtk_icon_helper_set_use_fallback (icon_helper, TRUE);
_gtk_icon_helper_set_force_scale_pixbuf (icon_helper, TRUE);
_gtk_icon_helper_set_definition (icon_helper, priv->image_def);