gtk/gtkcellrendererspinner.c: use accessor functions to access GtkWidget
This commit is contained in:
parent
aad72e59fa
commit
cc70f342d0
@ -376,7 +376,7 @@ gtk_cell_renderer_spinner_render (GtkCellRenderer *cellr,
|
|||||||
state = GTK_STATE_PRELIGHT;
|
state = GTK_STATE_PRELIGHT;
|
||||||
}
|
}
|
||||||
|
|
||||||
gtk_paint_spinner (widget->style,
|
gtk_paint_spinner (gtk_widget_get_style (widget),
|
||||||
window,
|
window,
|
||||||
state,
|
state,
|
||||||
expose_area,
|
expose_area,
|
||||||
|
Loading…
Reference in New Issue
Block a user