-
Notifications
You must be signed in to change notification settings - Fork 286
Clicking a single catalog item in the sidebar crashes QS #386
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
Comments
I can confirm this in the current master branch, but it doesn't seem to happen in ß60. |
I wonder if it was introduced with #363, as discussed on the developers list. I’ll see if moving things around in the header file makes any difference. |
Changing the order didn’t prevent the crash. I think it might be line 487 of |
Have you tried doing a git bisect around that commit just to make sure On 21 June 2011 05:59, skurfer <
|
No, because honestly, I haven’t figured out what’s that’s all about yet. :)
Maybe, but it should be safe. I’ll step through that method in the debugger and see if I can figure out the problem. |
git bisect is pretty easy to get the hang of, and a really powerful tool for finding where problems were introduced. You literally just do:
I guess so, yeah. It looks like QS is crashing on isSystemFont (or near it) so my guess is it's still font related. |
Noticed this when looking at #385
If you click anywhere on an item other than on the checkbox QS instantly crashes for me.
The text was updated successfully, but these errors were encountered: