From a77000f9d9001aac0fe5ced2edd2b42b5c6646f1 Mon Sep 17 00:00:00 2001 From: Jon Evans Date: Sun, 23 Aug 2020 13:24:48 -0400 Subject: [PATCH] Add DRC markers to the list of never-dimmed layers Fixes https://gitlab.com/kicad/code/kicad/-/issues/5307 --- pcbnew/pcb_draw_panel_gal.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/pcbnew/pcb_draw_panel_gal.cpp b/pcbnew/pcb_draw_panel_gal.cpp index 113b7e1f3f..dc7ab21da2 100644 --- a/pcbnew/pcb_draw_panel_gal.cpp +++ b/pcbnew/pcb_draw_panel_gal.cpp @@ -258,6 +258,7 @@ void PCB_DRAW_PANEL_GAL::SetHighContrastLayer( PCB_LAYER_ID aLayer ) ZONE_LAYER_FOR( aLayer ), LAYER_VIA_THROUGH, LAYER_VIAS_HOLES, LAYER_VIAS_NETNAMES, 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 };