Add LAYER_ANCHORS to the always-active layer set.
Otherwise you can't see your groups in high-contrast mode. Fixes https://gitlab.com/kicad/code/kicad/issues/5769
This commit is contained in:
parent
6fde9ea8a5
commit
955ba0a483
|
@ -261,7 +261,7 @@ void PCB_DRAW_PANEL_GAL::SetHighContrastLayer( PCB_LAYER_ID aLayer )
|
|||
LAYER_PADS_TH, LAYER_PADS_PLATEDHOLES, LAYER_PADS_NETNAMES,
|
||||
LAYER_DRC_ERROR, LAYER_DRC_WARNING, LAYER_DRC_EXCLUSION,
|
||||
LAYER_NON_PLATEDHOLES, LAYER_SELECT_OVERLAY, LAYER_GP_OVERLAY,
|
||||
LAYER_RATSNEST, LAYER_CURSOR
|
||||
LAYER_RATSNEST, LAYER_CURSOR, LAYER_ANCHOR
|
||||
};
|
||||
|
||||
for( unsigned int i : layers )
|
||||
|
|
Loading…
Reference in New Issue