mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
Paragraph.cpp: revert r21801 because it broke the LaTeX-output of \newline, \\, and \linebreak
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21812 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bb21756817
commit
cf11abec63
@ -706,7 +706,6 @@ 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