Skip to content

Prevent crash in trace dialog preview

Mike Kowalski requested to merge mkov/inkscape:trace-dlg-crash-fix into master

Preview generation is being invoked after trace dialog has been destructed. It is called by the notebook page switch notification, that should not have outlived dialog destruction, but perhaps fires after _live_preview is already gone.

Note: no reported issues found matching this crash. Found with ASAN.

Merge request reports