mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-22 07:42:02 +00:00
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:
parent
3387e437a8
commit
86e57cba38
@ -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(), /**/);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user