Fix typo in RoundedTriangleFingerHolesEdge
This commit is contained in:
parent
7afe0329a2
commit
632a96676a
|
@ -2168,7 +2168,7 @@ class RoundedTriangleFingerHolesEdge(RoundedTriangleEdge):
|
|||
|
||||
char = "T"
|
||||
|
||||
def start_width(self):
|
||||
def startwidth(self):
|
||||
return self.settings.thickness
|
||||
|
||||
def __call__(self, length, **kw):
|
||||
|
|
Loading…
Reference in New Issue