Taiko2k / Avvie

A GTK app for quick image cropping :flower_playing_cards:
GNU General Public License v3.0
159 stars 19 forks source link

minor fixes #2

Closed luni3359 closed 5 years ago

luni3359 commented 5 years ago

Lovely program. I tried it out and noticed a few minor things I found odd so I wanted to know what you thought.

For one, a thumbnail preview doesn't show right after a picture is loaded, but I didn't know where to make that change so I put it right at the load method. Perhaps it should be done at the window draw.

Also, mouse motion generates thumbnails for the picture even when the frame isn't being moved at all. Once again I wasn't sure how you wanted this to be changed so I added an if statement where I found it relevant.

What do you think?

Taiko2k commented 5 years ago

Nice finds, looks all good to me.