[REVIEW-3-5] Fix fdo#45219 wrong transparency for animated objects.

Thorsten Behrens thb at documentfoundation.org
Fri Mar 16 10:26:20 PDT 2012


Hi there,

  http://cgit.freedesktop.org/libreoffice/core/commit/?id=2c7e061997202df9e602e209cf40c61606582e8e

fixes the most obvious glitch in fdo#45219 - multiple paints of the
same sprite on top of each other, killing the hue for transparent
objects.

(std::unique in this case _needs_ to eliminate duplicate, but
otherwise equal-under-SpriteWeakOrder entries. Also, std::unique
wants a BinaryPredicate, not a StrictWeakOrder. Note further that
the used rtl::Reference does have a working operator==)

Cheers,

-- Thorsten
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20120316/779f2e03/attachment.pgp>


More information about the LibreOffice mailing list