mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-03-30 06:26:55 +00:00
Keep AllCuLayers as base for number of copper layers
This commit is contained in:
parent
e316b33a08
commit
ff820bd809
@ -61,7 +61,7 @@ void PCB_LAYER_BOX_SELECTOR::Resync()
|
||||
|
||||
const int size = 14;
|
||||
|
||||
LSET show = LSET::AllLayersMask() & ~m_layerMaskDisable;
|
||||
LSET show = ( LSET::AllCuMask() | LSET::AllNonCuMask() ) & ~m_layerMaskDisable;
|
||||
LSET activated = getEnabledLayers() & ~m_layerMaskDisable;
|
||||
wxString layerstatus;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user