mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
* 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:
parent
2243967c46
commit
c4caed1283
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user