Add PTH, NPTH and Background to Footprint Editor render settings.
Fixes: lp:1744521 * https://bugs.launchpad.net/kicad/+bug/1744521
This commit is contained in:
parent
e7d98f89a1
commit
7c506f5b3a
|
@ -89,8 +89,15 @@ const LAYER_WIDGET::ROW PCB_LAYER_WIDGET::s_render_rows[] = {
|
|||
|
||||
static int s_allowed_in_FpEditor[] =
|
||||
{
|
||||
LAYER_MOD_TEXT_INVISIBLE, LAYER_PAD_FR, LAYER_PAD_BK,
|
||||
LAYER_GRID, LAYER_MOD_VALUES, LAYER_MOD_REFERENCES
|
||||
LAYER_MOD_TEXT_INVISIBLE,
|
||||
LAYER_NON_PLATEDHOLES,
|
||||
LAYER_PADS_TH,
|
||||
LAYER_PAD_FR,
|
||||
LAYER_PAD_BK,
|
||||
LAYER_GRID,
|
||||
LAYER_MOD_VALUES,
|
||||
LAYER_MOD_REFERENCES,
|
||||
LAYER_PCB_BACKGROUND
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue