calendar: make sure to call gtk_style_context_restore()

https://bugzilla.gnome.org/show_bug.cgi?id=647086
This commit is contained in:
Cosimo Cecchi 2011-04-07 15:21:32 -04:00 committed by Matthias Clasen
parent c4e17bb148
commit b52394adca

View File

@ -2827,6 +2827,8 @@ gtk_calendar_draw (GtkWidget *widget,
gtk_render_frame (context, cr, 0, 0,
gtk_widget_get_allocated_width (widget),
gtk_widget_get_allocated_height (widget));
gtk_style_context_restore (context);
}
calendar_paint_main (calendar, cr);