mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-07 02:28:35 +00:00
Fix indentation
This commit is contained in:
parent
5f3541454c
commit
6057fba90a
@ -2564,9 +2564,9 @@ void Paragraph::latex(BufferParams const & bparams,
|
||||
|
||||
Font const last_font = running_font;
|
||||
bool const in_ct_deletion = (bparams.output_changes
|
||||
&& runningChange == change
|
||||
&& change.type == Change::DELETED
|
||||
&& !os.afterParbreak());
|
||||
&& runningChange == change
|
||||
&& change.type == Change::DELETED
|
||||
&& !os.afterParbreak());
|
||||
|
||||
// Do we need to close the previous font?
|
||||
if (open_font &&
|
||||
|
Loading…
Reference in New Issue
Block a user