mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 03:03:06 +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) {
|
if (tmp) {
|
||||||
for (int j = 0; j < tmp; ++j)
|
texrow.newlines(tmp);
|
||||||
texrow.newline();
|
|
||||||
|
|
||||||
texrow.start(owner_->id(), i + 1);
|
texrow.start(owner_->id(), i + 1);
|
||||||
column = 0;
|
column = 0;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user