-
Notifications
You must be signed in to change notification settings - Fork 7
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError after right mouse click #19
Comments
It seems that I'm not able to reproduce this on my machine. All of the versions check out, though. Does this happen randomly, or every time you right click? |
Yes, this happens pretty much randomly. Sometimes I can make a very long graph, but sometimes it crashes after few nodes. The weird thing is that I fount no evidence of print("DOING METRICS")
print(self.font if self.font is not None else "FONT IS NONE") before the line
So |
The program crashes after a right mouse click with the traceback
This happens with graphs of any size, I was able to make something like this before the crash:
But it also crashed after right-clicking with something like this:
The program was installed using
pip3 install grafatko
, defaulting to the user installation directory. Some info about the versions:Version output
The text was updated successfully, but these errors were encountered: