Comment 12 for bug 1809845

Revision history for this message
Hildo Guillardi JĂșnior (hildogjr) wrote :

At https://bugs.launchpad.net/kicad/+bug/1814893 fix package is used:

pixel += ( wxALPHA_OPAQUE << 24 );
p[3] = wxALPHA_OPAQUE;

But in this, is used:
pixel += ( 0xff << 24 );
p[3] = 255;

The last appear to be a hard code. Just marking here for an update. Since the issues are correlated (and now, correlated with https://bugs.launchpad.net/kicad/+bug/1815216).