forked from AuroraMiddleware/gtk
calendar: make sure to call gtk_style_context_restore()
https://bugzilla.gnome.org/show_bug.cgi?id=647086
This commit is contained in:
parent
c4e17bb148
commit
b52394adca
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user