diff options
Diffstat (limited to 'capplets')
-rw-r--r-- | capplets/display/scrollarea.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/capplets/display/scrollarea.c b/capplets/display/scrollarea.c index b3302a75..54284818 100644 --- a/capplets/display/scrollarea.c +++ b/capplets/display/scrollarea.c @@ -495,6 +495,7 @@ foo_scroll_area_draw (GtkWidget *widget, scroll_area->priv->current_input = NULL; /* Finally draw the backing pixmap */ + gtk_widget_get_allocation (widget, &widget_allocation); cairo_set_source_surface (widget_cr, scroll_area->priv->surface, widget_allocation.x, widget_allocation.y); cairo_paint (widget_cr); |