mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
parent
b1c36045ee
commit
45e0ce2372
@ -1393,7 +1393,7 @@ void TeXOnePar(Buffer const & buf,
|
||||
&& nextpar->getAlign() == par.getAlign())
|
||||
|| (!next_layout.isEnvironment()
|
||||
&& nextpar->getDepth() > par.getDepth()
|
||||
&& nextpar->getAlign() == par.getAlign())
|
||||
&& nextpar->getAlign() == next_layout.align)
|
||||
|| (!style.isEnvironment()
|
||||
&& next_layout.latextype == LATEX_ENVIRONMENT
|
||||
&& nextpar->getDepth() < par.getDepth())
|
||||
|
Loading…
Reference in New Issue
Block a user