Reset last drawn point after undo for draw line behavior #1005
Comments
Hi @KasumiArai, quite complex to be fixed, but I'll see what we can do. (It looks like UI editor information should be saved in undo steps.) |
I'm going to fix this one in the following way: The last painted color will be a data stored in the sprite (i.e. shared between all editors), so the undo information will save/restore that last point information. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You will get a line from where the undone stroke ended, rather than where the stroke before it ended. I think it's a bug because it does reset the point when "cancelling" a stroke using the opposite mouse click button. The black stroke in the image below shows the undo with control+z not resetting the point, while the blue stroke shows the point getting reset.
Aseprite 1.1.4-beta1
The text was updated successfully, but these errors were encountered: