mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02: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…
x
Reference in New Issue
Block a user