Seems that ImageList has regression in Tokyo 10.2.1

Seems that ImageList has regression in Tokyo 10.2.1

"Imagelist ignores the transparency of PNG and leaves with white background. It works on Berlin."

https://quality.embarcadero.com/browse/RSP-18212
https://quality.embarcadero.com/browse/RSP-18211

Please Vote!
https://quality.embarcadero.com/browse/RSP-18212

Comments

  1. Don't have the problem...but TSpeedButton do not draw the image properly, I have to use a TButton instead. (your project do have the problem but when I reload the PNG I have a transparent image)

    BTW you have to clear TSpeedButton.Glyph before changing the ImageList !
    https://plus.google.com/photos/...

    ReplyDelete
  2. Does the image have partial transparency?

    ReplyDelete
  3. I think that TSpeedButton extract a Bitmap from the ImageList and draw it as a transparent bitmap (true or false) while TImageList can draw with alpha blending.

    ReplyDelete

Post a Comment