mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Revert "Fix bug with wrong baseline calculation in last paragraph"
This reverts commit b555f31a34
.
This commit is contained in:
parent
f2aeca65b4
commit
9c05f221f9
@ -852,7 +852,6 @@ void TeXOnePar(Buffer const & buf,
|
||||
// Is this really needed ? (Dekel)
|
||||
// We do not need to use to change the font for the last paragraph
|
||||
// or for a command.
|
||||
// Spitz: We need for the last par, actually. See #9231.
|
||||
|
||||
Font const font = par.empty()
|
||||
? par.getLayoutFont(bparams, outerfont)
|
||||
@ -861,6 +860,7 @@ void TeXOnePar(Buffer const & buf,
|
||||
bool const is_command = style.isCommand();
|
||||
|
||||
if (style.resfont.size() != font.fontInfo().size()
|
||||
&& nextpar
|
||||
&& !is_command) {
|
||||
os << '{';
|
||||
os << "\\" << from_ascii(font.latexSize()) << " \\par}";
|
||||
|
Loading…
Reference in New Issue
Block a user