mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR: add missing layers to always allowed list
This commit is contained in:
parent
e72def55a9
commit
3b97804cb6
@ -674,6 +674,7 @@ bool DIALOG_FOOTPRINT_PROPERTIES_FP_EDITOR::Validate()
|
|||||||
// Check that the user isn't trying to remove a layer that is used by the footprint
|
// Check that the user isn't trying to remove a layer that is used by the footprint
|
||||||
usedLayers &= ~getCustomLayersFromControls();
|
usedLayers &= ~getCustomLayersFromControls();
|
||||||
usedLayers &= ~LSET::AllTechMask();
|
usedLayers &= ~LSET::AllTechMask();
|
||||||
|
usedLayers &= ~LSET::UserMask();
|
||||||
|
|
||||||
if( usedLayers.any() )
|
if( usedLayers.any() )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user