From e57c495d050bc18e2a2469eb99ef9b75110767de Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Mon, 20 Apr 2020 23:24:55 +0100 Subject: [PATCH] Fix remaining python method name error The method was renamed to SetTextThickness in 9c8941e04049d4a7d85f8fa0654bd4ba1bf0aab4. --- pcbnew/python/plugins/qrcode_footprint_wizard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/python/plugins/qrcode_footprint_wizard.py b/pcbnew/python/plugins/qrcode_footprint_wizard.py index ce4db7e1ce..7040821636 100644 --- a/pcbnew/python/plugins/qrcode_footprint_wizard.py +++ b/pcbnew/python/plugins/qrcode_footprint_wizard.py @@ -158,7 +158,7 @@ class QRCodeWizard(FootprintWizardBase.FootprintWizard): self.module.Reference().SetPos0(pos) self.module.Reference().SetTextHeight(self.textHeight) self.module.Reference().SetTextWidth(self.textWidth) - self.module.Reference().SetThickness(self.textThickness) + self.module.Reference().SetTextThickness(self.textThickness) self.module.Value().SetLayer(pcbnew.F_SilkS) #build the footprint courtyard