HaikuArchives / ArtPaint

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

Don't store identical brushes #502

Closed humdingerb closed 1 year ago

humdingerb commented 1 year ago

If there's already a brush stored with identical settings, don't store an additional copy.

Additionall, the existing brush could be moved to the end of the list of brushes; the user may expect newly stored brush to appear at the end of the list. Or, just move the selection to the already existing brush. (BTW, the selection isn't very visible. I'll create another ticket...)

dsizzle commented 1 year ago

additional idea: when a brush is first selected, gray out the "Store Brush" button until something is changed.