Put selected layer in front of DRC markers.
Fixes: lp:1824656 * https://bugs.launchpad.net/kicad/+bug/1824656
This commit is contained in:
parent
7bfbcef942
commit
c438686deb
|
@ -48,8 +48,8 @@ using namespace std::placeholders;
|
||||||
const LAYER_NUM GAL_LAYER_ORDER[] =
|
const LAYER_NUM GAL_LAYER_ORDER[] =
|
||||||
{
|
{
|
||||||
LAYER_GP_OVERLAY,
|
LAYER_GP_OVERLAY,
|
||||||
LAYER_DRC,
|
|
||||||
LAYER_SELECT_OVERLAY,
|
LAYER_SELECT_OVERLAY,
|
||||||
|
LAYER_DRC,
|
||||||
LAYER_PADS_NETNAMES, LAYER_VIAS_NETNAMES,
|
LAYER_PADS_NETNAMES, LAYER_VIAS_NETNAMES,
|
||||||
Dwgs_User, Cmts_User, Eco1_User, Eco2_User, Edge_Cuts,
|
Dwgs_User, Cmts_User, Eco1_User, Eco2_User, Edge_Cuts,
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue