mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
fix bug when reading \hline (did not work at all anymore...)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5603 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ef87c26b55
commit
da95321339
@ -940,8 +940,7 @@ void Parser::parse1(MathGridInset & grid, unsigned flags,
|
||||
}
|
||||
|
||||
else if (t.cs() == "hline") {
|
||||
if (grid.asHullInset())
|
||||
grid.asHullInset()->rowinfo(cellrow + 1);
|
||||
grid.rowinfo(cellrow).lines_ ++;
|
||||
}
|
||||
|
||||
else if (t.cs() == "sqrt") {
|
||||
|
Loading…
Reference in New Issue
Block a user