Fix copy/paste error.
This commit is contained in:
parent
82ba456567
commit
1d4d83cb7c
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue