GNOME Bugzilla – Bug 733871
Support the new GtkTextView draw_layer vfunc
Last modified: 2014-07-28 18:28:03 UTC
I just added GtkTextView.draw_layer and reverted 1ac13435b7c14dd9b97ad7a9d292acd51337d66e. This means we have to update gtksourceview to fix rendering of things like current row and right margin highlight.
Created attachment 281871 [details] [review] Use the new GtkTextView draw_layout vfunc to fix icon-cache rendering Rather than draing things before and after chaining up to the textview draw vfunc we use the new draw_layout vfunc to do these draws at the correct place. This fixes drawing as the new TextView now 1) draws the background, 2) uses an pixel cache, which makes the previous approach not work.
commited to master