Georg Baum wrote:
> Me neither. I have spent some time trying to find it out, but found
> nothing. What I then did was to append this to InsetText::setAutoBreakRows:
>
>         // merge all paragraphs to one
>         BufferParams const & bp = text_.buffer_owner->params();
>         while (paragraphs().size() > 1)
>                 mergeParagraph(bp, paragraphs(), 0);

This is what I had in mind, too.

> Unfortunately it resulted in some crahes that I could not yet track down.

Too bad.

Jürgen

Reply via email to