app, menus: add "Image -> Transform -> Arbitrary Rotation..." action

Add a gimp-rotate-image-arbitrary action, and a corresponding
"Image -> Transform -> Arbitrary Rotation..." menu entry, which
activates the rotate tool in image mode (similarly to the
corresponding action for layers).

(cherry picked from commit 8bff415f59)
This commit is contained in:
Ell
2019-08-11 00:04:39 +03:00
parent 7c7983d5ef
commit fd29ee1997
3 changed files with 16 additions and 1 deletions

View File

@ -398,6 +398,7 @@
<menuitem action="image-rotate-90" />
<menuitem action="image-rotate-270" />
<menuitem action="image-rotate-180" />
<menuitem action="tools-rotate-image-arbitrary" />
</placeholder>
<separator />
</menu>