Vincent van Ravesteijn wrote:
I was unable to reproduce this. I'm attaching the file as I had it.
rh
I can reproduce this with your file.
I was using branch, where I don't get the crash. Only in trunk. Any
idea why that would be?
rh
Yes. It is because you moved the call of setBuffers() from
updateLabels to somewhere in CutAndPaste.
When moving paragraphs with the outliner, CutAndPaste is not used, and
thus the buffer is not set. This happens because the copy constructor
of Inset eplicitly resets the buffer:
Inset(Inset const &) : buffer_(0) {}
OK. I'll have a look, then.
rh