forked from AuroraMiddleware/gtk
themingengine: render a frame in gtk_render_handle()
We already render a background there after all. https://bugzilla.gnome.org/show_bug.cgi?id=674808
This commit is contained in:
parent
5538552ebc
commit
d12fd1435a
@ -2412,6 +2412,8 @@ gtk_theming_engine_render_handle (GtkThemingEngine *engine,
|
||||
_gtk_theming_background_init (&bg, engine, x, y, width, height, sides);
|
||||
_gtk_theming_background_render (&bg, cr);
|
||||
|
||||
gtk_theming_engine_render_frame (engine, cr, x, y, width, height);
|
||||
|
||||
if (gtk_theming_engine_has_class (engine, GTK_STYLE_CLASS_GRIP))
|
||||
{
|
||||
/* reduce confusing values to a meaningful state */
|
||||
|
Loading…
Reference in New Issue
Block a user