commit f03c4a2db4fcb9d77877eefb3452574b575e7354
Author: Jean-Marc Lasgouttes <[email protected]>
Date:   Tue Apr 2 14:30:50 2019 +0200

    Fixup ad79ac40: reintroduce markers around delimiters
    
    The reasoning behind this change was not correct.
    
    Fixes bug #11516.
    
    (cherry picked from commit 3b58e38dc6a3a94d6152e9cf70d92e9af5ab0ea9)
---
 src/mathed/InsetMathDelim.h |    2 --
 status.23x                  |    2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mathed/InsetMathDelim.h b/src/mathed/InsetMathDelim.h
index 69242d5..5a7e816 100644
--- a/src/mathed/InsetMathDelim.h
+++ b/src/mathed/InsetMathDelim.h
@@ -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 [...]?
diff --git a/status.23x b/status.23x
index 5814ac9..f08a77d 100644
--- a/status.23x
+++ b/status.23x
@@ -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
 

Reply via email to