mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Fix bug 11667
When automatic command termination was added to texstream it was forgotten to reset its status after a math inset.
This commit is contained in:
parent
2458dc2ca6
commit
0573bf92e0
@ -373,9 +373,10 @@ void InsetMathNest::latex(otexstream & os, OutputParams const & runparams) const
|
||||
Changer dummy = wi.changeRowEntry(TexRow::textEntry(runparams.lastid,
|
||||
runparams.lastpos));
|
||||
write(wi);
|
||||
// Reset parbreak status after a math inset.
|
||||
// Reset parbreak and command termination status after a math inset.
|
||||
os.lastChar(0);
|
||||
os.canBreakLine(wi.canBreakLine());
|
||||
os.terminateCommand(false);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user