gimpcage: add a missing update of the scaling factor

This commit is contained in:
Michael Muré 2010-07-21 22:15:02 +02:00
parent a20c519baf
commit df842ba87c
1 changed files with 2 additions and 0 deletions

View File

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