Always highlight children when they're selected on their own.
Fixes https://gitlab.com/kicad/code/kicad/issues/13876
This commit is contained in:
parent
281fde71b9
commit
a1ceb585c7
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue