summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimo@endlessm.com>2013-09-18 14:22:23 -0700
committerCosimo Cecchi <cosimo@endlessm.com>2013-09-18 14:31:02 -0700
commitbf5a4a28383bd03abe3800441033fcd5b7958a50 (patch)
tree82a20d2d95fa71fc88687a456c04f810fe891b4f
parentdf84b69ec31120f35d732e1ebaa56fed414f6625 (diff)
Render a frame inside draw()
In addition to a background.
-rw-r--r--endless/eosflexygrid.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/endless/eosflexygrid.c b/endless/eosflexygrid.c
index cdcf730..d0ad66b 100644
--- a/endless/eosflexygrid.c
+++ b/endless/eosflexygrid.c
@@ -543,6 +543,7 @@ eos_flexy_grid_draw (GtkWidget *widget,
GtkStyleContext *context;
context = gtk_widget_get_style_context (widget);
gtk_render_background (context, cr, 0, 0, allocation.width, allocation.height);
+ gtk_render_frame (context, cr, 0, 0, allocation.width, allocation.height);
GTK_WIDGET_CLASS (eos_flexy_grid_parent_class)->draw (widget, cr);