summaryrefslogtreecommitdiff
path: root/gtk/gtktoolitemgroup.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2016-11-12 08:39:35 +0100
committerTimm Bäder <mail@baedert.org>2016-11-12 21:48:23 +0100
commitc944bf73305ae900f7e944e54f390f624ba9d05f (patch)
tree2d29b7001f2e65c3e289a79448cf8c769a1c38e8 /gtk/gtktoolitemgroup.c
parent4e445e8e537247e920c7a7ebc51fd7cb70cc7df2 (diff)
downloadgtk+-c944bf73305ae900f7e944e54f390f624ba9d05f.tar.gz
Call gtk_widget_set_has_window for missing windowed widgets
Diffstat (limited to 'gtk/gtktoolitemgroup.c')
-rw-r--r--gtk/gtktoolitemgroup.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktoolitemgroup.c b/gtk/gtktoolitemgroup.c
index b73289727b..ffdcd9af25 100644
--- a/gtk/gtktoolitemgroup.c
+++ b/gtk/gtktoolitemgroup.c
@@ -393,6 +393,7 @@ gtk_tool_item_group_init (GtkToolItemGroup *group)
GtkCssNode *widget_node;
gtk_widget_set_redraw_on_allocate (GTK_WIDGET (group), FALSE);
+ gtk_widget_set_has_window (GTK_WIDGET (group), TRUE);
group->priv = priv = gtk_tool_item_group_get_instance_private (group);