Allow setting cursor and aux items colour in footprint editor

Fixes: lp:1829850
* https://bugs.launchpad.net/kicad/+bug/1829850
This commit is contained in:
Michael Kavanagh 2019-05-21 15:20:26 +01:00 committed by Wayne Stambaugh
parent 2b38b23a5e
commit 07b82d19e3
1 changed files with 3 additions and 1 deletions

View File

@ -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
};