Always bring LAYER_CURSOR to the front

Fixes: lp:1741357
* https://bugs.launchpad.net/kicad/+bug/1741357
This commit is contained in:
Jon Evans 2018-01-06 09:58:29 -05:00 committed by jean-pierre charras
parent f6023d22e4
commit c3d0489863
1 changed files with 2 additions and 1 deletions

View File

@ -210,7 +210,8 @@ void PCB_DRAW_PANEL_GAL::SetHighContrastLayer( PCB_LAYER_ID aLayer )
GetNetnameLayer( aLayer ),
LAYER_VIA_THROUGH, LAYER_VIAS_HOLES, LAYER_VIAS_NETNAMES,
LAYER_PADS_TH, LAYER_PADS_PLATEDHOLES, LAYER_PADS_NETNAMES,
LAYER_NON_PLATEDHOLES, LAYER_GP_OVERLAY, LAYER_RATSNEST
LAYER_NON_PLATEDHOLES, LAYER_GP_OVERLAY, LAYER_RATSNEST,
LAYER_CURSOR
};
for( unsigned int i = 0; i < sizeof( layers ) / sizeof( LAYER_NUM ); ++i )