css: AFFFECTS_TEXT causes a resize, not a redraw

And we schedule the resize conditionally only when text is rendered but
don't do that check for the redraw.
This commit is contained in:
Benjamin Otte
2016-01-20 02:37:45 +01:00
parent 065aa296ed
commit 0304817d81

View File

@ -136,7 +136,6 @@ typedef enum {
#define GTK_CSS_AFFECTS_REDRAW (GTK_CSS_AFFECTS_FOREGROUND | \
GTK_CSS_AFFECTS_BACKGROUND | \
GTK_CSS_AFFECTS_BORDER | \
GTK_CSS_AFFECTS_TEXT | \
GTK_CSS_AFFECTS_ICON | \
GTK_CSS_AFFECTS_OUTLINE)