bgrabitmap / lazpaint

🎨 Cross-platform image editor with raster and vector layers similar to Paint.Net written in Lazarus (Free Pascal)
https://lazpaint.github.io/
GNU General Public License v3.0
405 stars 57 forks source link

Sticky click in motion blur #300

Closed Kramolnikk closed 2 years ago

Kramolnikk commented 3 years ago

Menu - "Filter" - "Motion blur"

Leaving with the mouse button held down from the window with a choice of the direction of blur leads to sticking of the button press.

https://user-images.githubusercontent.com/42349207/134939726-a4b84af6-6124-48c4-b9e4-4db2ed074501.mp4

circular17 commented 2 years ago

Duplicate of https://github.com/bgrabitmap/lazpaint/issues/320

circular17 commented 2 years ago

Indeed

circular17 commented 2 years ago

To do: disable the modification mode if the button is not down in the shift state of the MouseMove event.

circular17 commented 2 years ago

done on dev