mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
Simplify texrow
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34169 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
878aa10ba6
commit
2b7c121614
@ -846,9 +846,7 @@ void Paragraph::Private::latexInset(
|
||||
}
|
||||
|
||||
if (tmp) {
|
||||
for (int j = 0; j < tmp; ++j)
|
||||
texrow.newline();
|
||||
|
||||
texrow.newlines(tmp);
|
||||
texrow.start(owner_->id(), i + 1);
|
||||
column = 0;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user