[gthumb/gthumb-3-2] empty list: draw the background correclty



commit 5b56bcc0d2c461ad2b72f5dfa800c08311899e08
Author: Paolo Bacchilega <paobac src gnome org>
Date:   Tue Apr 30 19:58:10 2013 +0200

    empty list: draw the background correclty

 gthumb/gth-empty-list.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/gthumb/gth-empty-list.c b/gthumb/gth-empty-list.c
index d81b7f6..f2a8a3b 100644
--- a/gthumb/gth-empty-list.c
+++ b/gthumb/gth-empty-list.c
@@ -213,6 +213,12 @@ gth_empty_list_draw (GtkWidget *widget,
 
        gtk_widget_get_allocation (widget, &allocation);
 
+       gtk_render_background (style_context, cr,
+                              0,
+                              0,
+                              allocation.width,
+                              allocation.height);
+
        gtk_render_frame (style_context, cr,
                          0,
                          0,


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