HaikuArchives / ArtPaint

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

Manipulators: when pressing enter, execute settings in window #458

Closed dsizzle closed 1 year ago

dsizzle commented 1 year ago

Addresses #282

I only did the main operations, no add-ons

humdingerb commented 1 year ago

Oh, I thought I could manipulate with the mouse and hit enter to apply when reading the commit message... :)

Anyway, there's something strange going on:

--> The mouse-set angle should be used, the manipulator window just be dismissed. Instead the image is rotated further.

dsizzle commented 1 year ago

Is it just rotate?

humdingerb commented 1 year ago

Yep, seems just to occur when rotating.

dsizzle commented 1 year ago

Cool, thank you for testing. I thought my overall idea was sound, but after I saw your comment I remembered that I’d seen similar behavior when I did something else with rotate- snapping, perhaps?

dsizzle commented 1 year ago

Ok, rotate seems to be fixed.

humdingerb commented 1 year ago

Yep, works now, thanks!