-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The undo function does not work on Crop tool commands. #56
Labels
bug
Something isn't working
Comments
Thanks for opening this, looks indeed like a bug |
Oh wait, you're clicking on undo before you have actually cropped the image? That of course can't work, the crop is commited after you click on crop. |
The only think that we might need to do here is disable undo&redo during crop operation. |
DamirPorobic
added a commit
that referenced
this issue
Sep 1, 2019
Undo&redo is now disabled during crop and scale operation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use Linux Mint 19.2 x64 Cinnamon
Git clone: August 11, 2019
Do any drawing
![01](https://camo.githubusercontent.com/a2933a63132e36add396834856c532e155bb569b021b69265efa3629f42684bf/68747470733a2f2f692e6962622e636f2f63773644564b742f30312e706e67)
Main Menu> Edit > Crop
![02](https://camo.githubusercontent.com/8ab2f9210f279304e3ee4f3d6028c63081987d7f3cb4ef5c335f9f0dd1eb69dd/68747470733a2f2f692e6962622e636f2f747071365235562f30322e706e67)
Move selection to crop image
![03](https://camo.githubusercontent.com/ac0bb0ab55d77a175b17223b1a112d0aa7b88dc21cd782c08fd16d2554239eb9/68747470733a2f2f692e6962622e636f2f33434e486a436a2f30332e706e67)
Mani Menu> Edit > Undo
![04](https://camo.githubusercontent.com/c341141b39022f0f1533b5aa47e0db3f1dcb65fbba561a778f6a337ddb9e39f8/68747470733a2f2f692e6962622e636f2f68484c5358316a2f30342e706e67)
It should undo step 3, but it undoes step 1
![05](https://camo.githubusercontent.com/2e538ed2e5ace7f07d27ccaaff314af47a41eadf105cb3a66b288905f504f290/68747470733a2f2f692e6962622e636f2f79584b4a386b6d2f30352e706e67)
The undo function does not work on Crop tool commands.
The text was updated successfully, but these errors were encountered: