commit 7697bf788831fa89ba9a8f324e55df3f574a1cb1
Author: Richard Kimberly Heck <rikih...@lyx.org>
Date:   Mon Oct 8 16:27:47 2018 -0400

    Revert "Fix bug #9348"
    
    The fix changes behavior too much for stable. My bad.
    
    This reverts commit e94ea46be7e6738ff7ebdaca995c076a6fe649ef.
---
 src/mathed/InsetMathBrace.h |    2 ++
 status.23x                  |    2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/mathed/InsetMathBrace.h b/src/mathed/InsetMathBrace.h
index 82393e9..b28cd05 100644
--- a/src/mathed/InsetMathBrace.h
+++ b/src/mathed/InsetMathBrace.h
@@ -29,6 +29,8 @@ public:
        InsetMathBrace * asBraceInset() { return this; }
        /// identifies brace insets
        InsetMathBrace const * asBraceInset() const { return this; }
+       /// we write extra braces in any case...
+       bool extraBraces() const { return true; }
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
diff --git a/status.23x b/status.23x
index 79eec64..80a1c2a 100644
--- a/status.23x
+++ b/status.23x
@@ -133,8 +133,6 @@ What's new
 
 - Fix issue with erroneous qualified citations (bug 11308).
 
-- Do not remove brace insets when parsing from latex (bug 9348).
-
 
 
 * USER INTERFACE

Reply via email to