forked from AuroraMiddleware/gtk
GtkListBoxRow: Set clip
https://bugzilla.gnome.org/show_bug.cgi?id=734709
This commit is contained in:
parent
491cab3f7f
commit
f09573757d
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user