Fix copy/paste error.
Fixes https://gitlab.com/kicad/code/kicad/issues/7119
This commit is contained in:
parent
664c301cc7
commit
bae5825d1b
|
@ -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();
|
||||
} );
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue