* paragraph_funcs.C

(breakParagraph): fix bug 2445 (I think)



git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13548 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Martin Vermeer 2006-04-03 18:28:13 +00:00
parent 2243967c46
commit c4caed1283

View File

@ -120,6 +120,7 @@ void breakParagraph(BufferParams const & bparams,
if (flag) {
tmp->layout(par.layout());
tmp->setLabelWidthString(par.params().labelWidthString());
tmp->params().depth(par.params().depth());
}
bool const isempty = (par.allowEmpty() && par.empty());