From d12fd1435aab83b79ca55448113d7abfad001b0e Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Tue, 24 Apr 2012 21:47:45 -0400 Subject: [PATCH] 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 --- gtk/gtkthemingengine.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gtk/gtkthemingengine.c b/gtk/gtkthemingengine.c index 1d3bc129f5..fefc740def 100644 --- a/gtk/gtkthemingengine.c +++ b/gtk/gtkthemingengine.c @@ -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 */