]> git.lyx.org Git - features.git/commitdiff
Fix bug #9348
authorEnrico Forestieri <forenr@lyx.org>
Tue, 10 Apr 2018 20:40:02 +0000 (22:40 +0200)
committerEnrico Forestieri <forenr@lyx.org>
Sat, 6 Oct 2018 10:43:09 +0000 (12:43 +0200)
(cherry picked from commit 503f7db224c7afaa82ce1f0aea538bd2af0cf31a)

src/mathed/InsetMathBrace.h
status.23x

index b28cd05e7db452d31d751bb7ef989ec636dc902b..82393e97fc7339f722fba734cec47ff326951fe1 100644 (file)
@@ -29,8 +29,6 @@ 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 48742685df71d3cd62e2be459959d1fbe6bc7236..66ef597bd00b38a4d0b18ebb48ac9fe04fc55b37 100644 (file)
@@ -127,6 +127,8 @@ What's new
 
 - Fix issue with erroneous qualified citations (bug 11308).
 
+- Do not remove brace insets when parsing from latex (bug 9348).
+
 
 
 * USER INTERFACE