[gthumb] empty list: draw the background correclty
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] empty list: draw the background correclty
- Date: Tue, 30 Apr 2013 18:01:40 +0000 (UTC)
commit 9b43530503988fcb2b387318e38ac0797861f4d0
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]