mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-02 05:55:38 +00:00
The flush should be done on either branch.
(cherry picked from commit c2de96d2ed
)
This commit is contained in:
parent
c5ca9b28bb
commit
594fb59fbe
@ -1669,11 +1669,11 @@ void Paragraph::write(ostream & os, BufferParams const & bparams,
|
|||||||
os << "\\begin_inset ";
|
os << "\\begin_inset ";
|
||||||
inset->write(os);
|
inset->write(os);
|
||||||
os << "\n\\end_inset\n\n";
|
os << "\n\\end_inset\n\n";
|
||||||
|
column = 0;
|
||||||
|
}
|
||||||
// FIXME This can be removed again once the mystery
|
// FIXME This can be removed again once the mystery
|
||||||
// crash has been resolved.
|
// crash has been resolved.
|
||||||
os << flush;
|
os << flush;
|
||||||
column = 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case '\\':
|
case '\\':
|
||||||
|
Loading…
Reference in New Issue
Block a user