Dim other SMD pads when in Pad Edit Mode.

This commit is contained in:
Jeff Young 2023-09-11 21:31:04 +01:00
parent 84a9f6f665
commit 0315adc646
1 changed files with 2 additions and 0 deletions

View File

@ -336,6 +336,8 @@ COLOR4D PCB_RENDER_SETTINGS::GetColor( const VIEW_ITEM* aItem, int aLayer ) cons
switch( originalLayer ) switch( originalLayer )
{ {
case LAYER_PADS_SMD_FR:
case LAYER_PADS_SMD_BK:
case LAYER_PADS_TH: case LAYER_PADS_TH:
{ {
const PAD* pad = static_cast<const PAD*>( item ); const PAD* pad = static_cast<const PAD*>( item );