Maybe not so weird - the unwrapping function looks at the median line length across all the lines. This works great if all the hard line breaks are in roughly the same spot, but if the lines are extremely variable (and sometimes/often long) this doesn't work out that well, since the median becomes longer than the typical broken line.
I'm going to add an option to tweak that logic, but not sure if it's going to make it in the next release as it's the first time I've attempted any GUI work.
|