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:
parent
2b38b23a5e
commit
07b82d19e3
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue