Set inset_owner in BreakParagraph.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_1_6@2093 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Vigna 2001-06-06 08:16:29 +00:00
parent 947777dfc0
commit 2351c832a7

View File

@ -1458,6 +1458,9 @@ void LyXParagraph::BreakParagraph(BufferParams const & bparams,
LyXParagraph * tmp = new LyXParagraph(this);
#endif
if (inset_owner)
tmp->SetInsetOwner(inset_owner);
#ifndef NEW_INSETS
tmp->footnoteflag = footnoteflag;
tmp->footnotekind = footnotekind;