Attempt to fix build.
This commit is contained in:
parent
bc1953dded
commit
a46501b279
|
@ -1956,7 +1956,6 @@ void EE_SELECTION_TOOL::unhighlight( EDA_ITEM* aItem, int aMode, SELECTION* aGro
|
||||||
aChild->ClearSelected();
|
aChild->ClearSelected();
|
||||||
else if( aMode == BRIGHTENED )
|
else if( aMode == BRIGHTENED )
|
||||||
aChild->ClearBrightened();
|
aChild->ClearBrightened();
|
||||||
}
|
|
||||||
|
|
||||||
if( aGroup )
|
if( aGroup )
|
||||||
aGroup->Remove( aChild );
|
aGroup->Remove( aChild );
|
||||||
|
|
Loading…
Reference in New Issue