Browse Source

Fix copy/paste error.

6.0.7
Jeff Young 4 years ago
parent
commit
1d4d83cb7c
  1. 2
      eeschema/sch_painter.cpp

2
eeschema/sch_painter.cpp

@ -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…
Cancel
Save