From addaad4a96513f372f429a39ae7f1d8484d214d7 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 15 Jan 2023 22:56:37 +0000 Subject: [PATCH] Move notes foreground in front of device foreground and wires. Fixes https://gitlab.com/kicad/code/kicad/issues/13098 --- eeschema/sch_view.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/sch_view.h b/eeschema/sch_view.h index 57c5e70743..322fd70f46 100644 --- a/eeschema/sch_view.h +++ b/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,