Skip to content

textview: fix pango context invalidation

Matthias Clasen requested to merge text-fixes into master

This reverts the recent addition of font options in gsk - it turns out they were not necessary after all. PangoCairoFont contains the font options. All we need is for GtkTextView to invalidate properly so it gets new fonts and redraws when font options change.

Edited by Matthias Clasen

Merge request reports