Always highlight children when they're selected on their own.

Fixes https://gitlab.com/kicad/code/kicad/issues/13876
This commit is contained in:
Jeff Young 2023-02-28 13:38:36 +00:00
parent 281fde71b9
commit a1ceb585c7
1 changed files with 0 additions and 3 deletions

View File

@ -2490,9 +2490,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();