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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user