mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-25 01:26:51 +00:00
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:
parent
947777dfc0
commit
2351c832a7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user