a11y: Report correct spinner size

This commit is contained in:
Benjamin Otte 2017-11-10 14:34:42 +01:00
parent 723bf44887
commit 51c5ccf412

View File

@ -69,8 +69,8 @@ gtk_spinner_accessible_image_get_size (AtkImage *image,
return;
}
*width = gtk_widget_get_allocated_width (widget);
*height = gtk_widget_get_allocated_height (widget);
*width = gtk_widget_get_width (widget);
*height = gtk_widget_get_height (widget);
}
static void