Browse Source

Move notes foreground in front of device foreground and wires.

Fixes https://gitlab.com/kicad/code/kicad/issues/13098
7.0
Jeff Young 3 years ago
parent
commit
addaad4a96
  1. 2
      eeschema/sch_view.h

2
eeschema/sch_view.h

@ -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…
Cancel
Save