GNOME Bugzilla – Bug 353495
Transform tools appear unresponsive when set to path mode and there are no paths
Last modified: 2006-08-31 10:04:00 UTC
When I switch to a transform tool, if it has been left on path scaling mode and the image has no paths, it appears unresponsive. I can adjust the transformation, but cannot apply it, and no preview is shown. Expected behaviour: The transform tool is either frozen (cannot be adjusted) or defaults to layer transformation.
*** Bug 353496 has been marked as a duplicate of this bug. ***
The tools should probably open a message dialog saying "There are no paths to transform".
2006-08-31 Sven Neumann <sven@gimp.org> * app/tools/gimptransformtool.c (gimp_transform_tool_doit): display a message if no paths are available. Could catch this earlier, but this is the least intrusive change to fix bug #353495.