mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Make ParBreakIsNewline work in inset layout without PassThru
Fixes: #9513
This commit is contained in:
parent
c1dcecb376
commit
efb4a26512
@ -1073,6 +1073,7 @@ void TeXOnePar(Buffer const & buf,
|
||||
DocumentClass const & tclass = bparams.documentClass();
|
||||
if ((style == next_layout
|
||||
&& !style.parbreak_is_newline
|
||||
&& !text.inset().getLayout().parbreakIsNewline()
|
||||
&& style.latextype != LATEX_ITEM_ENVIRONMENT
|
||||
&& style.latextype != LATEX_LIST_ENVIRONMENT
|
||||
&& style.align == par.getAlign()
|
||||
|
Loading…
Reference in New Issue
Block a user