mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
gimpcellrendererdashes: fix type of a variable
This commit is contained in:
parent
83d6f46ee7
commit
8cf388c17f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue