mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +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);
|
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…
Add table
Add a link
Reference in a new issue