Set the clip on range widgets

This will allow better scrollbar theming.
This commit is contained in:
Matthias Clasen 2014-11-08 12:55:03 -05:00
parent c0c777077a
commit 7dd466ad74

View File

@ -42,6 +42,7 @@
#include "gtkscrollbar.h"
#include "gtktypebuiltins.h"
#include "gtkwindow.h"
#include "gtkwidgetprivate.h"
#include "a11y/gtkrangeaccessible.h"
/**
@ -1638,6 +1639,8 @@ gtk_range_size_allocate (GtkWidget *widget,
gdk_window_move_resize (priv->event_window,
allocation->x, allocation->y,
allocation->width, allocation->height);
_gtk_widget_set_simple_clip (widget, NULL);
}
static void