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);
|
GimpCellRendererDashes *dashes = GIMP_CELL_RENDERER_DASHES (cell);
|
||||||
GtkStyleContext *style = gtk_widget_get_style_context (widget);
|
GtkStyleContext *style = gtk_widget_get_style_context (widget);
|
||||||
GtkStateType state;
|
GtkStateFlags state;
|
||||||
GdkRGBA color;
|
GdkRGBA color;
|
||||||
gint xpad, ypad;
|
gint xpad, ypad;
|
||||||
gint width;
|
gint width;
|
||||||
|
|
Loading…
Reference in New Issue