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:
Cosimo Cecchi 2012-04-24 21:47:45 -04:00
parent 5538552ebc
commit d12fd1435a

View File

@ -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 */