summaryrefslogtreecommitdiff
path: root/gtk/gtkcombobox.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-05-24 16:21:02 +0200
committerBenjamin Otte <otte@redhat.com>2014-05-24 16:21:02 +0200
commit1cbace5f68602575b24627e0e40a1792fb87a97d (patch)
tree3785076213776b21c466c61c8b03b8a991889923 /gtk/gtkcombobox.c
parent750178e1ed92fc10414b00de36297cf021f7e54f (diff)
downloadgtk+-1cbace5f68602575b24627e0e40a1792fb87a97d.tar.gz
combobox: Implement clip
Diffstat (limited to 'gtk/gtkcombobox.c')
-rw-r--r--gtk/gtkcombobox.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.c b/gtk/gtkcombobox.c
index 4de54ac890..e31f521504 100644
--- a/gtk/gtkcombobox.c
+++ b/gtk/gtkcombobox.c
@@ -2762,6 +2762,8 @@ gtk_combo_box_size_allocate (GtkWidget *widget,
child.height = MAX (1, child.height);
gtk_widget_size_allocate (child_widget, &child);
}
+
+ _gtk_widget_set_simple_clip (widget);
}
#undef GTK_COMBO_BOX_ALLOCATE_BUTTON