Closed momentarylapse closed 11 months ago
Should be fixed now.
The ownership model of gtk3
is surprising (maybe even buggy). I keep a reference to some widgets in order to prevent auto destruction by the gtk management system. I expected the children to be kept alive as well, but somehow some children got deleted anyways.
Program crashes when closing any dialog with the [Esc] key.
Only the legacy version, built with
gtk3
is affected, not the defaultgtk4
version!