]> git.lyx.org Git - features.git/commit
Remove extra row painting added by horizontal scroll branch
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 15 Jul 2015 20:48:49 +0000 (22:48 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 15 Jul 2015 21:12:34 +0000 (23:12 +0200)
commit0f1fdaaa97e9fe01f0e97ca56f0e2380ba248a7e
tree7d8e1bdf7987122356444d4d7ef11c1ee5d31375
parent6c8520f100ec0e4d05fd51b25dcbf94b71039c4f
Remove extra row painting added by horizontal scroll branch

The bug workaround added an extra repaint, which can be very bad when
editing large tables.

It turns out that the bug this is trying to fix is due to the handling
of LFUN_LINE_END in InsetMathGrid. Adding the same code as in
InsetMathNest fixes the problem.

The workaround can therefore be removed.
src/BufferView.cpp
src/mathed/InsetMathGrid.cpp