Fix copy/paste error.

Fixes https://gitlab.com/kicad/code/kicad/issues/7119
This commit is contained in:
Jeff Young 2021-01-15 12:52:11 +00:00
parent 664c301cc7
commit bae5825d1b
1 changed files with 1 additions and 1 deletions

View File

@ -1630,7 +1630,7 @@ void EE_SELECTION_TOOL::highlight( EDA_ITEM* aItem, int aMode, EE_SELECTION* aGr
if( aMode == SELECTED )
aChild->SetSelected();
else if( aMode == BRIGHTENED )
aChild->SetSelected();
aChild->SetBrightened();
} );
}