HaikuArchives / ArtPaint

ArtPaint is a painting and image processing program.
https://haikuarchives.github.io/ArtPaint/
29 stars 18 forks source link

ImageView: pressing DEL while in a manip executes manip and then deletes #577

Closed dsizzle closed 1 year ago

dsizzle commented 1 year ago

Fixes #570

...but it works with ANY manipulator. I think that's ok because I'm not sure why a user would do, say, a normal translate and then hit DEL. But both actions are separately undoable. I.e. if you translate and hit DEL before clicking OK, the translate happens, then the delete, and you can then undo just the delete.

I feel like if a user does do such an action, this result is likely what they intended.

humdingerb commented 1 year ago

Intuitively right behaviour.