From 955ba0a48398f01460a8bb3a0897e795290245c2 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Fri, 25 Sep 2020 19:40:11 +0100 Subject: [PATCH] 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 --- pcbnew/pcb_draw_panel_gal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/pcb_draw_panel_gal.cpp b/pcbnew/pcb_draw_panel_gal.cpp index 1f023108d7..67a10137bc 100644 --- a/pcbnew/pcb_draw_panel_gal.cpp +++ b/pcbnew/pcb_draw_panel_gal.cpp @@ -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 )