gimpcellrendererdashes: fix type of a variable

This commit is contained in:
Simon Budig 2023-05-20 23:59:29 +02:00
parent 83d6f46ee7
commit 8cf388c17f
1 changed files with 1 additions and 1 deletions

View File

@ -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;