Fix margin layer being missing from draw order

Fixes https://gitlab.com/kicad/code/kicad/-/issues/7159
This commit is contained in:
Jon Evans 2021-02-13 10:40:09 -05:00
parent 07e1ae1b56
commit 00ab36092c
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ const LAYER_NUM GAL_LAYER_ORDER[] =
Dwgs_User, Dwgs_User,
Cmts_User, Cmts_User,
Eco1_User, Eco2_User, Eco1_User, Eco2_User,
Edge_Cuts, Edge_Cuts, Margin,
User_1, ZONE_LAYER_FOR( User_1 ), User_1, ZONE_LAYER_FOR( User_1 ),
User_2, ZONE_LAYER_FOR( User_2 ), User_2, ZONE_LAYER_FOR( User_2 ),