After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 353495 - Transform tools appear unresponsive when set to path mode and there are no paths
Transform tools appear unresponsive when set to path mode and there are no paths
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Tools
git master
Other All
: Normal enhancement
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-08-30 04:52 UTC by david gowers
Modified: 2006-08-31 10:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description david gowers 2006-08-30 04:52:52 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.
Comment 1 david gowers 2006-08-30 06:19:31 UTC
*** Bug 353496 has been marked as a duplicate of this bug. ***
Comment 2 Sven Neumann 2006-08-30 06:47:15 UTC
The tools should probably open a message dialog saying "There are no paths to transform".
Comment 3 Sven Neumann 2006-08-31 10:04:00 UTC
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.