]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_gridinset.C
fix for recent 'column shift' bug
[features.git] / src / mathed / math_gridinset.C
index 1e2b6a158ea8958fdda1582231f4c15d346ba5d2..4f86b4be7af4a9491466791d56923f85bfd12642 100644 (file)
@@ -251,7 +251,7 @@ string MathGridInset::eolString(int row) const
        if (row == nrows() - 1) 
                return "";
 
-       if (rowinfo_[row].skip_ != LyXLength())
+       if (rowinfo_[row].skip_.value() != 0)
                return "\\\\[" + rowinfo_[row].skip_.asLatexString() + "]\n";
 
        // make sure an upcoming '[' does not break anything