Fix missing copperCount dec

Was accidentally removed in LSET cleanup
This commit is contained in:
Seth Hillbrand
2024-07-09 21:10:01 -07:00
parent fba3b36f04
commit 3ebca155a6
+1
View File
@@ -408,6 +408,7 @@ void PANEL_SETUP_LAYERS::setCopperLayerCheckBoxes( int copperCount )
#endif
setLayerCheckBox( layer, state );
--copperCount;
}
#ifdef HIDE_INACTIVE_LAYERS