]> git.lyx.org Git - features.git/commit
Fixup 89662a68: remove markers that should not be there
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 3 Feb 2017 09:47:33 +0000 (10:47 +0100)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 3 Feb 2017 09:52:53 +0000 (10:52 +0100)
commitad79ac406f9c8fc85880cfeb5416b0299ee9a617
treea1108c2142b3cf5e03961c10d3ed57532284f7e4
parentec9c4f4e62023bdb1fe0a51f421f55de77d6e956
Fixup 89662a68: remove markers that should not be there

InsetMathDelim does not need markers because the delimiters are
visually enough.

CommandInset (like InsetMathRef) does have cells, but they are hidden
(only for storage). Therefore the default InsetMath::markers() method
mistakenly added markers. In practice, the markers were never active
(since the cursor cannot go into the inset), but some space was
reserved for them.
src/mathed/CommandInset.h
src/mathed/InsetMathDelim.h