diff --git a/eeschema/sch_painter.cpp b/eeschema/sch_painter.cpp index 3c5bac986d..5761d32805 100644 --- a/eeschema/sch_painter.cpp +++ b/eeschema/sch_painter.cpp @@ -2361,9 +2361,6 @@ void SCH_PAINTER::draw( const SCH_FIELD* aField, int aLayer, bool aDimmed ) if( shownText.IsEmpty() ) return; - if( drawingShadows && !eeconfig()->m_Selection.draw_selected_children ) - return; - // Calculate the text orientation according to the parent orientation. EDA_ANGLE orient = aField->GetTextAngle();