]> git.lyx.org Git - features.git/commit
Remove optimization that avoids drawing some math inset cells.
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 24 Feb 2017 22:25:40 +0000 (23:25 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 13 Mar 2017 10:44:48 +0000 (11:44 +0100)
commitb8c08914276b8b7803bf0fdc8ce75fa8ed15eda9
tree1d4817526b4f4f15f1c3b05a0480c4bb8340b021
parenta69bae0c99e1d365b1fe59693274ba7f608e1829
Remove optimization that avoids drawing some math inset cells.

It is not clear that the optimization is a gain, but it is clear that
it has a cost: some elements of formulas will not be present in the
position cache.

Fixes bug #10520.
src/mathed/MathData.cpp