]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkframe.c
Paint GtkFrame background
[~andy/gtk] / gtk / gtkframe.c
index 03e0b2a6f71f32addcd53581e90b236d1b17b11f..fb62cc76e031110a27a4f4746193f276bf1a2bc7 100644 (file)
@@ -689,6 +689,8 @@ gtk_frame_draw (GtkWidget *widget,
   width = priv->child_allocation.width + padding.left + padding.right;
   height =  priv->child_allocation.height + padding.top + padding.bottom;
 
+  gtk_render_background (context, cr, x, y, width, height);
+
   if (priv->shadow_type != GTK_SHADOW_NONE)
     {
       if (priv->label_widget)