arsd-minigui - couple of questions
    Adam D Ruppe 
    destructionator at gmail.com
       
    Mon Apr 11 13:14:16 UTC 2022
    
    
  
On Monday, 11 April 2022 at 12:40:29 UTC, sai wrote:
> One more request, is it possible for you to do to ImageBox what 
> you did to Button to show the transparent images (png)? Because 
> Imagebox is showing black color for transparent pixels.
oh yeah this one is different because the imagebox custom draws 
it, so it is really as simple as passing `true` to the opacity 
there too when it converts.
Try this diff:
https://github.com/adamdruppe/arsd/commit/912047ccdda7e7775f64431a631519e6024d2494
i think it fixes it, let me know.
    
    
More information about the Digitalmars-d-learn
mailing list