Move notes foreground in front of device foreground and wires.
Fixes https://gitlab.com/kicad/code/kicad/issues/13098
This commit is contained in:
parent
ca1fb732c8
commit
addaad4a96
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue