GNOME Bugzilla – Bug 362588
Transform path issue -- changing preview mode not working
Last modified: 2008-01-15 14:09:21 UTC
Try changing preview mode when transforming (using transform tools) path. No matter which mode is picked preview is always image+bounding box. There's no way to make grid appear, for example.
gimptransformtool.c has a comment here: /* Draw the grid (not for path transform since it looks ugly) */ So fixing this is easy, the question is if it's desirable. Opinions?
Maybe it doesn't look pretty, but at least it should be possible. It looks even uglier to have an options sitting there without any real meaning. I'm talking about consistency here. Maybe you should remove preview mode option for transforming path. I don't know...
You are right. Consistency is more important here. Fixed in CVS: 2006-10-19 Michael Natterer <mitch@gimp.org> * app/tools/gimptransformtool.c (gimp_transform_tool_draw): allow showing the grid for path transforms. Fixes bug #362588.