mirror of https://github.com/GNOME/gimp.git
fix a typo in cage tool
This commit is contained in:
parent
c1c20e4c38
commit
0d510bfa23
|
@ -59,7 +59,7 @@ struct _GimpCageTool
|
|||
gint hovering_edge; /* Edge which the cursor is above */
|
||||
gboolean cage_complete; /* Cage closed or not */
|
||||
|
||||
GeglBuffer *coef; /* Gegl where the coefficient of the transformation are stored */
|
||||
GeglBuffer *coef; /* Gegl buffer where the coefficient of the transformation are stored */
|
||||
gboolean dirty_coef; /* Indicate if the coef are still valid */
|
||||
|
||||
GeglNode *render_node; /* Gegl node graph to render the transfromation */
|
||||
|
|
Loading…
Reference in New Issue