mirror of https://github.com/GNOME/gimp.git
gimpcellrendererdashes: fix type of a variable
This commit is contained in:
parent
83d6f46ee7
commit
8cf388c17f
|
@ -197,7 +197,7 @@ gimp_cell_renderer_dashes_render (GtkCellRenderer *cell,
|
|||
{
|
||||
GimpCellRendererDashes *dashes = GIMP_CELL_RENDERER_DASHES (cell);
|
||||
GtkStyleContext *style = gtk_widget_get_style_context (widget);
|
||||
GtkStateType state;
|
||||
GtkStateFlags state;
|
||||
GdkRGBA color;
|
||||
gint xpad, ypad;
|
||||
gint width;
|
||||
|
|
Loading…
Reference in New Issue