[gtk+] themingengine: render a frame in gtk_render_handle()



commit d12fd1435aab83b79ca55448113d7abfad001b0e
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Apr 24 21:47:45 2012 -0400

    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 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkthemingengine.c b/gtk/gtkthemingengine.c
index 1d3bc12..fefc740 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 */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]