]> git.lyx.org Git - features.git/commit
Set vertical lines in math arrays correctly on Y axis
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 5 Sep 2016 09:29:44 +0000 (11:29 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 8 Sep 2016 14:30:25 +0000 (16:30 +0200)
commita27ff136630625309682614743e61502b7199136
tree1d21784bcdc34069b7c753867244d19aa343eaac
parent82808fea04315fd323ec074e8ad7865d190987d4
Set vertical lines in math arrays correctly on Y axis

This is a fixup to commit 39329935. The two fixes are
* add forgotten offset `y' when drawing the line
* in order to have a continuous vertical line, draw from the offset of
  the previous row.

Fixes bug #10363.
src/mathed/InsetMathGrid.cpp