Move notes foreground in front of device foreground and wires.

Fixes https://gitlab.com/kicad/code/kicad/issues/13098
This commit is contained in:
Jeff Young 2023-01-15 22:56:37 +00:00
parent ca1fb732c8
commit addaad4a96
1 changed files with 1 additions and 1 deletions

View File

@ -51,9 +51,9 @@ static const int SCH_LAYER_ORDER[] =
LAYER_BUS_JUNCTION, LAYER_JUNCTION, LAYER_NOCONNECT,
LAYER_HIERLABEL, LAYER_GLOBLABEL, LAYER_LOCLABEL,
LAYER_SHEETFILENAME, LAYER_SHEETNAME, LAYER_SHEETLABEL, LAYER_SHEETFIELDS,
LAYER_NOTES,
LAYER_WIRE, LAYER_BUS,
LAYER_DEVICE,
LAYER_NOTES,
LAYER_SHEET,
LAYER_SELECTION_SHADOWS,
LAYER_DRAW_BITMAPS,