7
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:
Seth Hillbrand 2025-01-28 11:51:59 -08:00
parent e316b33a08
commit ff820bd809

View File

@ -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;