Dim other SMD pads when in Pad Edit Mode.
This commit is contained in:
parent
84a9f6f665
commit
0315adc646
|
@ -336,6 +336,8 @@ COLOR4D PCB_RENDER_SETTINGS::GetColor( const VIEW_ITEM* aItem, int aLayer ) cons
|
|||
|
||||
switch( originalLayer )
|
||||
{
|
||||
case LAYER_PADS_SMD_FR:
|
||||
case LAYER_PADS_SMD_BK:
|
||||
case LAYER_PADS_TH:
|
||||
{
|
||||
const PAD* pad = static_cast<const PAD*>( item );
|
||||
|
|
Loading…
Reference in New Issue