LAYER_ID work

This commit is contained in:
Dick Hollenbeck
2014-06-29 08:05:51 -05:00
parent 9c8d221f41
commit ad750defb6
39 changed files with 193 additions and 172 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
EDA_COLOR_T BRDITEMS_PLOTTER::getColor( LAYER_NUM aLayer )
{
EDA_COLOR_T color = m_board->GetLayerColor( (LAYER_ID) aLayer );
EDA_COLOR_T color = m_board->GetLayerColor( ToLAYER_ID( aLayer ) );
if (color == WHITE)
color = LIGHTGRAY;
return color;