Browse Source

Update zone layers for all layers.

Fixes https://gitlab.com/kicad/code/kicad/issues/12128
7.0
Jeff Young 3 years ago
parent
commit
4a66203493
  1. 10
      pcbnew/pcb_draw_panel_gal.cpp

10
pcbnew/pcb_draw_panel_gal.cpp

@ -62,10 +62,12 @@ const int GAL_LAYER_ORDER[] =
LAYER_CONFLICTS_SHADOW,
LAYER_DRC_ERROR, LAYER_DRC_WARNING, LAYER_DRC_EXCLUSION, LAYER_MARKER_SHADOWS,
LAYER_PAD_NETNAMES, LAYER_VIA_NETNAMES,
Dwgs_User,
Cmts_User,
Eco1_User, Eco2_User,
Edge_Cuts, Margin,
Dwgs_User, ZONE_LAYER_FOR( Dwgs_User ),
Cmts_User, ZONE_LAYER_FOR( Cmts_User ),
Eco1_User, ZONE_LAYER_FOR( Eco1_User ),
Eco2_User, ZONE_LAYER_FOR( Eco2_User ),
Edge_Cuts, ZONE_LAYER_FOR( Edge_Cuts ),
Margin, ZONE_LAYER_FOR( Margin ),
User_1, ZONE_LAYER_FOR( User_1 ),
User_2, ZONE_LAYER_FOR( User_2 ),

Loading…
Cancel
Save