diff options
author | Benjamin Otte <otte@redhat.com> | 2014-08-27 21:25:53 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2014-08-27 21:27:20 +0200 |
commit | 75ac49c475444cb69cac08dade70feac22eca1e6 (patch) | |
tree | 7e3cf664e41903b8203c7c08e20ad8f7c20dc10e /gtk/gtktoolitemgroup.c | |
parent | f1b14a33b56d49470dbb736fe9cca20c52948a1b (diff) | |
download | gtk+-75ac49c475444cb69cac08dade70feac22eca1e6.tar.gz |
Use CHECKED instead of ACTIVE for expanded expanders
https://bugzilla.gnome.org/show_bug.cgi?id=733967
Diffstat (limited to 'gtk/gtktoolitemgroup.c')
-rw-r--r-- | gtk/gtktoolitemgroup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolitemgroup.c b/gtk/gtktoolitemgroup.c index 94a937b5f4..94655b7536 100644 --- a/gtk/gtktoolitemgroup.c +++ b/gtk/gtktoolitemgroup.c @@ -282,7 +282,7 @@ gtk_tool_item_group_header_draw_cb (GtkWidget *widget, state = gtk_widget_get_state_flags (widget); if (!priv->collapsed) - state |= GTK_STATE_FLAG_ACTIVE; + state |= GTK_STATE_FLAG_CHECKED; gtk_style_context_save (context); gtk_style_context_set_state (context, state); |