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
The crash started when GTK4 changed the unstable API of SignalListItemFactory from Gtk::ListView to GObject::Object.
This triggered a bug in gi-crystal.
To reproduce: Try to open any documentation.
The text was updated successfully, but these errors were encountered:
Fixed by hugopl/gi-crystal#133
Sorry, something went wrong.
Fix crash with GTK4 > 4.6.
cfb8482
Fixes #12
Fix crash when trying to open any doc.
1687dae
This crash only happens with GTK4 > ~4.6, it's caused by a bug in gi-crystal that didn't crash before by pure luck. Fixes #12
Fix crash when trying to open any doc. (#13)
5959452
Successfully merging a pull request may close this issue.
The crash started when GTK4 changed the unstable API of SignalListItemFactory from Gtk::ListView to GObject::Object.
This triggered a bug in gi-crystal.
To reproduce: Try to open any documentation.
The text was updated successfully, but these errors were encountered: