forked from AuroraMiddleware/gtk
widget: Also propagate ACTIVE state when unsetting
This commit is contained in:
parent
0a5362a7d9
commit
8c4dc3de4d
@ -436,7 +436,8 @@
|
|||||||
GTK_STATE_FLAG_BACKDROP)
|
GTK_STATE_FLAG_BACKDROP)
|
||||||
#define GTK_STATE_FLAGS_DO_UNSET_PROPAGATE (GTK_STATE_FLAG_INSENSITIVE | \
|
#define GTK_STATE_FLAGS_DO_UNSET_PROPAGATE (GTK_STATE_FLAG_INSENSITIVE | \
|
||||||
GTK_STATE_FLAG_BACKDROP | \
|
GTK_STATE_FLAG_BACKDROP | \
|
||||||
GTK_STATE_FLAG_PRELIGHT)
|
GTK_STATE_FLAG_PRELIGHT | \
|
||||||
|
GTK_STATE_FLAG_ACTIVE)
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
gchar *name; /* Name of the template automatic child */
|
gchar *name; /* Name of the template automatic child */
|
||||||
|
Loading…
Reference in New Issue
Block a user