fix footprint wizard for rename from SetThickness to SetTextThickness
This commit is contained in:
parent
e5042a46ba
commit
300de7e74c
|
@ -143,8 +143,8 @@ class FootprintWizard(pcbnew.FootprintWizardPlugin):
|
|||
|
||||
thick = self.GetTextThickness()
|
||||
|
||||
self.module.Reference().SetThickness(thick)
|
||||
self.module.Value().SetThickness(thick)
|
||||
self.module.Reference().SetTextThickness(thick)
|
||||
self.module.Value().SetTextThickness(thick)
|
||||
|
||||
self.BuildThisFootprint() # implementer's build function
|
||||
|
||||
|
|
Loading…
Reference in New Issue