From 2a932a2176ff4df12d13cd99e897d5a12dd72d2e Mon Sep 17 00:00:00 2001 From: Michael Kavanagh Date: Tue, 21 May 2019 15:20:26 +0100 Subject: [PATCH] Allow setting cursor and aux items colour in footprint editor Fixes: lp:1829850 * https://bugs.launchpad.net/kicad/+bug/1829850 --- pcbnew/pcb_layer_widget.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pcbnew/pcb_layer_widget.cpp b/pcbnew/pcb_layer_widget.cpp index fbef1ab1b0..f7a3a94617 100644 --- a/pcbnew/pcb_layer_widget.cpp +++ b/pcbnew/pcb_layer_widget.cpp @@ -99,9 +99,11 @@ static int s_allowed_in_FpEditor[] = LAYER_PADS_TH, LAYER_PAD_FR, LAYER_PAD_BK, - LAYER_GRID, LAYER_MOD_VALUES, LAYER_MOD_REFERENCES, + LAYER_CURSOR, + LAYER_AUX_ITEMS, + LAYER_GRID, LAYER_PCB_BACKGROUND };