On Thu, 9 Oct 2014 22:13:31 -0500
"'Terry Brown' via leo-editor" <[email protected]> wrote:

> Incidentally the difference between icon box images and task property
> icons you noticed seems to be that the former are gifs and the latter
> pngs, I think it has something to do with rendering the different
> image types in a QPainter vs. in a QImage, but was hoping it was
> fixed at Leo build: 20141009150608 / eb6cd7b for all configurations.

"Incidentally" but at this point this also seems like the simplest way
to fix this problem, just convert all the leo/Icons/box??.GIF files to
png, which I had done at one point yesterday already...

    for i in *GIF; do convert $i ${i%%GIF}png; done

They seem to be referenced from only one area in the code, hopefully
this will be the end of this somewhat nebulous problem :-)

Cheers -Terry

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/d/optout.

Reply via email to