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:
@ -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);
|
||||
|
Reference in New Issue
Block a user