GNOME Bugzilla – Bug 647086
Mismatched style_context_[save/restore] calls
Last modified: 2011-04-09 00:34:35 UTC
These are a few incorrect behaviors I found while looking for the cause of https://bugzilla.gnome.org/show_bug.cgi?id=647013 (which I did not track down yet, but seems a lot like a mismatched cairo_save/restore call).
Created attachment 185460 [details] [review] calendar: make sure to call gtk_style_context_restore()
Created attachment 185461 [details] [review] separator: call gtk_style_context_restore() after drawing
Created attachment 185462 [details] [review] themingengine: don't set a line width before saving the cairo context
Pushed to both master and gtk-3-0, thanks