]> git.lyx.org Git - lyx.git/commitdiff
Fixup ad79ac40: reintroduce markers around delimiters
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Tue, 2 Apr 2019 12:30:50 +0000 (14:30 +0200)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Wed, 10 Apr 2019 12:39:09 +0000 (14:39 +0200)
The reasoning behind this change was not correct.

Fixes bug #11516.

(cherry picked from commit 3b58e38dc6a3a94d6152e9cf70d92e9af5ab0ea9)

src/mathed/InsetMathDelim.h
status.23x

index 69242d50a7e66b1d8aa5c48b6c2fc5123a22a6b5..5a7e8164049cfb7948559b8dd12587adc149d57a 100644 (file)
@@ -32,8 +32,6 @@ public:
        InsetMathDelim const * asDelimInset() const { return this; }
        ///
        MathClass mathClass() const { return MC_INNER; }
-       ///
-       marker_type marker(BufferView const *) const { return NO_MARKER; }
        /// is it (...)?
        bool isParenthesis() const;
        /// is it [...]?
index 5814ac915c36fe9db6b0676b041b68b8ae077829..f08a77dcf4283da66527450b194125130ae40f3b 100644 (file)
@@ -186,6 +186,8 @@ What's new
 
 - Fix bold-like characters when selecting bidi text (bug 11198).
 
+- Make sure there are markers when editing variable-size delimiters (bug 11516).
+
 
 * INTERNALS