Fix compil issue due to a small incompatibility from cherry-picked code.

This commit is contained in:
jean-pierre charras 2019-11-18 09:13:04 +01:00
parent 9cda16220e
commit 8e233e2591
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ const COLOR4D& PCB_RENDER_SETTINGS::GetColor( const VIEW_ITEM* aItem, int aLayer
if( viaActiveLayer ) if( viaActiveLayer )
return m_layerColors[aLayer]; return m_layerColors[aLayer];
else else
return m_hiContrastColor[aLayer]; return m_hiContrastColor;
} }
} }