forked from AuroraMiddleware/gtk
spinner: Set clip
This commit is contained in:
parent
c6cc314905
commit
82a4bcf824
@ -103,9 +103,7 @@ static void
|
|||||||
gtk_spinner_size_allocate (GtkWidget *widget,
|
gtk_spinner_size_allocate (GtkWidget *widget,
|
||||||
GtkAllocation *allocation)
|
GtkAllocation *allocation)
|
||||||
{
|
{
|
||||||
GtkAllocation clip;
|
GtkAllocation clip = *allocation;
|
||||||
|
|
||||||
gtk_widget_set_allocation (widget, allocation);
|
|
||||||
|
|
||||||
gtk_css_gadget_allocate (GTK_SPINNER (widget)->priv->gadget,
|
gtk_css_gadget_allocate (GTK_SPINNER (widget)->priv->gadget,
|
||||||
allocation,
|
allocation,
|
||||||
|
Loading…
Reference in New Issue
Block a user