We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to run this in Glyphs Version 2.6.5 (1340) and got this error
Start Traceback (most recent call last): File "Family Weights Calculator.py", line 180, in <module> FamilySteps() File "Family Weights Calculator.py", line 36, in __init__ self.w.maxStem = vanilla.EditText( (inset+110, linePos, 32, 20), int(self.minMax()[1]), sizeStyle = 'small') TypeError: 'NoneType' object has no attribute '__getitem__' End
The text was updated successfully, but these errors were encountered:
hmm weird, I just updated to 1340 and can't reproduce that error, I'll look into it
Sorry, something went wrong.
No branches or pull requests
I tried to run this in Glyphs Version 2.6.5 (1340) and got this error
The text was updated successfully, but these errors were encountered: