mirror of https://github.com/GNOME/gimp.git
gimpcage: add a missing update of the scaling factor
This commit is contained in:
parent
a20c519baf
commit
df842ba87c
|
@ -228,6 +228,8 @@ gimp_cage_add_cage_point (GimpCage *gc,
|
|||
gc->cage_vertices_d[gc->cage_vertice_number].y = y;
|
||||
|
||||
gc->cage_vertice_number++;
|
||||
|
||||
gimp_cage_compute_scaling_factor (gc);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue