mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Re-introduce linebreak after caption, as in LyX 1.6 (#8514)
This commit is contained in:
parent
26910d5ec4
commit
83d0b3bd1a
@ -276,6 +276,9 @@ void InsetCaption::latex(otexstream & os,
|
|||||||
// optional argument.
|
// optional argument.
|
||||||
runparams.moving_arg = !runparams.inTableCell;
|
runparams.moving_arg = !runparams.inTableCell;
|
||||||
InsetText::latex(os, runparams);
|
InsetText::latex(os, runparams);
|
||||||
|
// Backwards compatibility: We always had a linebreak after
|
||||||
|
// the caption (see #8514)
|
||||||
|
os << breakln;
|
||||||
runparams_in.encoding = runparams.encoding;
|
runparams_in.encoding = runparams.encoding;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user