Allow to use -gtk-icon-source for handles
This will let us use icons for touch selection handles, once they use gtk_render_handle.
This commit is contained in:
parent
5641fba7c6
commit
f8950bf878
@ -2252,6 +2252,9 @@ gtk_theming_engine_render_handle (GtkThemingEngine *engine,
|
||||
gint xx, yy;
|
||||
gboolean has_image;
|
||||
|
||||
if (render_icon_image (engine, cr, x, y, width, height))
|
||||
return;
|
||||
|
||||
cairo_save (cr);
|
||||
flags = gtk_theming_engine_get_state (engine);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user