Extended to be able to handle multiple polygons in a sane way.

2003-05-21  Simon Budig  <simon@gimp.org>

	* app/core/gimpscanconvert.[ch]: Extended to be able to handle
	multiple polygons in a sane way.

	* app/core/gimpimage-mask-select.c: Use this to convert
	multiple-stroke vectors objects to selections. Libart rocks!

	* app/tools/gimpiscissorstool.c: Changed accordingly.

	(The previous commit did not run cleanly)
This commit is contained in:
Simon Budig 2003-05-21 01:02:37 +00:00 committed by Simon Budig
parent c6aa6a9efa
commit 9c811f25d0
1 changed files with 1 additions and 1 deletions

View File

@ -558,7 +558,7 @@ iscissors_convert (GimpIscissorsTool *iscissors,
points[i].y = packed >> 16;
}
gimp_scan_convert_add_points (sc, n_points, points);
gimp_scan_convert_add_points (sc, n_points, points, FALSE);
g_free (points);
}