mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
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…
x
Reference in New Issue
Block a user