Put selected layer in front of DRC markers.

Fixes: lp:1824656
* https://bugs.launchpad.net/kicad/+bug/1824656
This commit is contained in:
Jeff Young 2019-08-02 22:17:44 -06:00
parent 7bfbcef942
commit c438686deb
1 changed files with 1 additions and 1 deletions

View File

@ -48,8 +48,8 @@ using namespace std::placeholders;
const LAYER_NUM GAL_LAYER_ORDER[] =
{
LAYER_GP_OVERLAY,
LAYER_DRC,
LAYER_SELECT_OVERLAY,
LAYER_DRC,
LAYER_PADS_NETNAMES, LAYER_VIAS_NETNAMES,
Dwgs_User, Cmts_User, Eco1_User, Eco2_User, Edge_Cuts,