mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Fix bug #11528
The code was not doing what said in the description.
(cherry picked from commit 45e0ce2372
)
This commit is contained in:
parent
b90638ccc3
commit
a5f5985d28
@ -1333,7 +1333,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())
|
||||
|
@ -127,6 +127,8 @@ What's new
|
||||
|
||||
- Only write btUnits if we have a bibliography (bug 11562).
|
||||
|
||||
- Fix paragraph break in particular cases (bug 11528).
|
||||
|
||||
|
||||
* USER INTERFACE
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user