Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Fix instance of 'RendererPS' has no 'tex' member#9448
New issue
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
@cgohlke How did you discover this problem? |
For my recent PRs, I was scanning pylint errors and warnings for potential issues. I do not have a regression test. Given how old this code is and no one noticed (?), maybe this code can be removed? |
Thanks@cgohlke ! |
@meeseeksdev backport to v2.1.x |
The
RendererPS.tex
function does not appear to be defined anywhere. I assume this is thedraw_tex
function? Not sure since this code is around for so many years. Am I missing something?