Remove Dwgs_User from the always-on-top layer set

Fixes: lp:1713053
* https://bugs.launchpad.net/kicad/+bug/1713053
This commit is contained in:
Maciej Suminski 2017-08-25 17:25:33 +02:00
parent da88ed02e5
commit dd37d05958
1 changed files with 1 additions and 1 deletions

View File

@ -232,7 +232,7 @@ void PCB_DRAW_PANEL_GAL::SetTopLayer( PCB_LAYER_ID aLayer )
const LAYER_NUM layers[] = {
LAYER_VIA_THROUGH, LAYER_VIAS_HOLES, LAYER_VIAS_NETNAMES,
LAYER_PADS, LAYER_PADS_HOLES, LAYER_PADS_NETNAMES,
LAYER_NON_PLATED, LAYER_GP_OVERLAY, LAYER_RATSNEST, Dwgs_User,
LAYER_NON_PLATED, LAYER_GP_OVERLAY, LAYER_RATSNEST,
LAYER_DRC
};