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:
André Pönitz 2002-11-08 08:44:52 +00:00
parent ef87c26b55
commit da95321339

View File

@ -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") {