Skip to content

[quartz-window]Always ensure that transient_for isn't destroyed before using it.

John Ralls requested to merge jralls/gtk:fix-transient-for into gtk-3-24

Fixes crash when destroying a dialog whose transient_for parent is already destroyed.

Merge request reports