GtkListBoxRow: Set clip

https://bugzilla.gnome.org/show_bug.cgi?id=734709
This commit is contained in:
Timm Bäder 2014-08-13 11:32:47 +02:00 committed by Matthias Clasen
parent 491cab3f7f
commit f09573757d

View File

@ -23,6 +23,7 @@
#include "gtkmarshalers.h"
#include "gtkprivate.h"
#include "gtkintl.h"
#include "gtkwidgetprivate.h"
#include <float.h>
#include <math.h>
@ -3135,6 +3136,8 @@ gtk_list_box_row_size_allocate (GtkWidget *widget,
gtk_widget_size_allocate (child, &child_allocation);
}
_gtk_widget_set_simple_clip (widget);
}
/**