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
b2bcde1bfc
commit
2a932a2176
|
@ -99,9 +99,11 @@ static int s_allowed_in_FpEditor[] =
|
||||||
LAYER_PADS_TH,
|
LAYER_PADS_TH,
|
||||||
LAYER_PAD_FR,
|
LAYER_PAD_FR,
|
||||||
LAYER_PAD_BK,
|
LAYER_PAD_BK,
|
||||||
LAYER_GRID,
|
|
||||||
LAYER_MOD_VALUES,
|
LAYER_MOD_VALUES,
|
||||||
LAYER_MOD_REFERENCES,
|
LAYER_MOD_REFERENCES,
|
||||||
|
LAYER_CURSOR,
|
||||||
|
LAYER_AUX_ITEMS,
|
||||||
|
LAYER_GRID,
|
||||||
LAYER_PCB_BACKGROUND
|
LAYER_PCB_BACKGROUND
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue