hugopl / gtk4.cr

GTK4 bindings for Crystal
https://hugopl.github.io/gtk4.cr/
MIT License
101 stars 8 forks source link

Fix widget templates with hugopl/gi-crystal#64 #34

Closed BlobCodes closed 2 years ago

BlobCodes commented 2 years ago

This allows widget templates to work with https://github.com/hugopl/gi-crystal/pull/64 Without this PR, the crystal object hasn't even been created when gtk creates the widgets, which results in a segmentation fault.