Skip to content

don't crash on reparent with empty selection

Florian Karuhtz requested to merge flesser/reposurgeon:fix-reparent-crash into master

reparent with an empty/invalid selection would emit a warning if len(selected) == 0, but then continue and crash at child := selected[len(selected)-1].

Merge request reports