bgrabitmap / bgracontrols

🆗 BGRA Controls is a set of graphical UI elements that you can use with Lazarus LCL applications.
https://bgrabitmap.github.io/bgracontrols/
187 stars 32 forks source link

TColorSpeedButton, TBGRASpeedButton and TBGRAResizeSpeedButton don't print images from ImageList #161

Open koebi80 opened 10 months ago

koebi80 commented 10 months ago

FPC: 3.2.2 Lazarus: 3.0 System: Linux GTK2 Package BGRA Controls: 8.0.0 Package BGRA BItmap: 11.5.8.0

TColorSpeedButton, TBGRASpeedButton and TBGRAResizeSpeedButton don't print images from ImageList. The images are not print at design time and runtime. It doesen't matter if I use the standard TImageList or the TBGRAImageList.

The TBCButton show the images from the same ImageList.

Thanks for your great work!