Bug 758049 - Please add canvas flipping

Enable flipping in the canvas rotate transform matrix, and add some
menu items to control it. Rename the "Rotate" menu to "Flip & Rotate".
This commit is contained in:
Michael Natterer
2015-11-13 18:51:32 +01:00
parent fd13b9a1f7
commit c6b6031f31
10 changed files with 198 additions and 55 deletions

View File

@ -1472,7 +1472,9 @@ gimp_display_shell_empty (GimpDisplayShell *shell)
gimp_statusbar_empty (GIMP_STATUSBAR (shell->statusbar));
shell->rotate_angle = 0.0;
shell->flip_horizontally = FALSE;
shell->flip_vertically = FALSE;
shell->rotate_angle = 0.0;
gimp_display_shell_rotate_update_transform (shell);
gimp_display_shell_expose_full (shell);