widget: Also propagate ACTIVE state when unsetting

This commit is contained in:
Timm Bäder 2019-01-29 07:19:20 +01:00
parent 0a5362a7d9
commit 8c4dc3de4d

View File

@ -436,7 +436,8 @@
GTK_STATE_FLAG_BACKDROP)
#define GTK_STATE_FLAGS_DO_UNSET_PROPAGATE (GTK_STATE_FLAG_INSENSITIVE | \
GTK_STATE_FLAG_BACKDROP | \
GTK_STATE_FLAG_PRELIGHT)
GTK_STATE_FLAG_PRELIGHT | \
GTK_STATE_FLAG_ACTIVE)
typedef struct {
gchar *name; /* Name of the template automatic child */