combobox: Implement clip

This commit is contained in:
Benjamin Otte 2014-05-24 16:21:02 +02:00
parent 750178e1ed
commit 1cbace5f68

View File

@ -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