fix footprint wizard for rename from SetThickness to SetTextThickness

This commit is contained in:
Matt Huszagh 2020-04-18 17:36:52 -07:00 committed by Ian McInerney
parent e5042a46ba
commit 300de7e74c
1 changed files with 2 additions and 2 deletions

View File

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