Don't trigger extraneous redraws on font / text-attr changes

Any time that these change, we shouldn't need to force a redraw on
the widget either.
This commit is contained in:
Jasper St. Pierre 2015-08-02 12:51:21 -07:00
parent 4da945dc4b
commit 03ae86d9f6

View File

@ -137,9 +137,7 @@ typedef enum {
#define GTK_CSS_AFFECTS_REDRAW (GTK_CSS_AFFECTS_FOREGROUND | \
GTK_CSS_AFFECTS_BACKGROUND | \
GTK_CSS_AFFECTS_BORDER | \
GTK_CSS_AFFECTS_FONT | \
GTK_CSS_AFFECTS_TEXT | \
GTK_CSS_AFFECTS_TEXT_ATTRS | \
GTK_CSS_AFFECTS_ICON | \
GTK_CSS_AFFECTS_OUTLINE)