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
401 stars 55 forks source link

Set value by scrolling over input field #205

Closed bion33 closed 3 years ago

bion33 commented 3 years ago

It's just a minor quality-of-life improvement, but perhaps it would be intuitive if input fields which can be linearly incremented or decremented (such as width, light, opacity, etc.) would respond to scrolling when selected and/or hovered over, to be able to quickly change it? Other applications like Krita, Gimp and Paint.NET do this too.

As a side note, I'm using LazPaint on Linux Mint 20 and really liking it :)

image

circular17 commented 3 years ago

Hello,

I am glad you like my software.

What do you mean by scrolling?

lainz commented 3 years ago

I think it means mouse wheel.

bion33 commented 3 years ago

Yes, I mean using the mouse wheel to change the value :)

circular17 commented 3 years ago

done on dev branch