LidEdge: Fix duplicated option for spring
This commit is contained in:
parent
49f5ecc476
commit
90ba9f8ee9
|
@ -1374,7 +1374,7 @@ Inherited:
|
|||
|
||||
absolute_params.update( {
|
||||
"second_pin": True,
|
||||
"spring": ("both", "none", "left", "right", "both"),
|
||||
"spring": ("both", "none", "left", "right"),
|
||||
} )
|
||||
|
||||
def edgeObjects(self, boxes, chars=None, add=True):
|
||||
|
|
Loading…
Reference in New Issue