mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Paragraph::latexInset(): return early for the NEWLINE_CODE special case. This put back the code in line with what was there in revision 17939.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21801 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3f30fe7421
commit
f844782cd1
@ -706,6 +706,7 @@ void Paragraph::Private::latexInset(Buffer const & buf,
|
||||
texrow.newline();
|
||||
texrow.start(owner_->id(), i + 1);
|
||||
column = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
if (owner_->lookupChange(i).type == Change::DELETED) {
|
||||
|
Loading…
Reference in New Issue
Block a user