bitmaps: Handle mask colors
Some transparent bitmaps use masking colors to show the binary opaque/transparent. Fixes: lp:1814893 * https://bugs.launchpad.net/kicad/+bug/1814893
This commit is contained in:
@@ -234,5 +234,5 @@ BITMAP_DEF SCH_BITMAP::GetMenuImage() const
|
||||
void SCH_BITMAP::ViewGetLayers( int aLayers[], int& aCount ) const
|
||||
{
|
||||
aCount = 1;
|
||||
aLayers[0] = LAYER_WORKSHEET;
|
||||
aLayers[0] = LAYER_DRAW_BITMAPS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user