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 318540 - Arbitrary layer rotation tool doesn't rotate layer.
Arbitrary layer rotation tool doesn't rotate layer.
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: User Interface
2.2.x
Other Linux
: Normal minor
: 2.4
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2005-10-11 06:37 UTC by Bryan Petty
Modified: 2008-01-15 13:01 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Bryan Petty 2005-10-11 06:37:05 UTC
Distribution/Version: Gentoo

Select the rotation tool in the tool window, and change the behavior to rotate
either selection or path. Now select "Layer"->"Transform"->"Arbitrary Rotation"
from the menu (yes, I know, it's the same tool as rotate). Where "Arbitrary
Rotation" is a shortcut to the rotate tool and activating it, if you've
previously changed the rotation tool to another mode (selection or path), it
doesn't change it back to layer rotation (as I believe would be implied
selecting it from the "Layer" menu) and fails to rotate the layer (but probably
does rotate the path or selection if you have one or the other active).

This was the cause of a good amount of confusion seeing that rotate 90 degrees
and 180 degrees were working perfectly, but arbitrary rotation wasn't.
Comment 1 Sven Neumann 2005-10-13 12:30:15 UTC
Somewhat hackish, but it does the trick:

2005-10-13  Sven Neumann  <sven@gimp.org>

	* app/actions/tools-actions.c
	* app/actions/tools-commands.c: special case gimp-rotate-tool
	being called from the Layer menu and set transform type to
	GIMP_TRANSFORM_TYPE_LAYER. Fixes bug #318540.