breakParagraphConservative(): don't forget to set the inset owner. This is the real fix for bug http://bugzilla.lyx.org/show_bug.cgi?id=5099

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26374 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-09-12 14:49:50 +00:00
parent 3387e437a8
commit 86e57cba38

View File

@ -164,6 +164,7 @@ void breakParagraphConservative(BufferParams const & bparams,
Paragraph & par = pars[par_offset];
tmp.makeSameLayout(par);
tmp.setInsetOwner(par.inInset());
LASSERT(pos <= par.size(), /**/);