]> git.lyx.org Git - features.git/commitdiff
Revert "Fix bug #9348"
authorRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 8 Oct 2018 20:27:47 +0000 (16:27 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Mon, 8 Oct 2018 20:27:47 +0000 (16:27 -0400)
The fix changes behavior too much for stable. My bad.

This reverts commit e94ea46be7e6738ff7ebdaca995c076a6fe649ef.

src/mathed/InsetMathBrace.h
status.23x

index 82393e97fc7339f722fba734cec47ff326951fe1..b28cd05e7db452d31d751bb7ef989ec636dc902b 100644 (file)
@@ -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;
        ///
index 79eec6488ee8d5c466947c1e2936bd670e43ee8e..80a1c2a6a0c15961c16542131485759de748cfa2 100644 (file)
@@ -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