Fix copy/paste error.

This commit is contained in:
Jeff Young 2021-10-18 00:14:49 +01:00
parent 82ba456567
commit 1d4d83cb7c
1 changed files with 1 additions and 1 deletions

View File

@ -1639,7 +1639,7 @@ void SCH_PAINTER::draw( SCH_HIERLABEL *aLabel, int aLayer )
if( drawingShadows && !aLabel->IsSelected() )
return;
COLOR4D color = getRenderColor( aLabel, LAYER_SHEETLABEL, drawingShadows );
COLOR4D color = getRenderColor( aLabel, LAYER_HIERLABEL, drawingShadows );
if( m_schematic )
{