Revert "Fix bug #9348"

The fix changes behavior too much for stable. My bad.

This reverts commit e94ea46be7.
This commit is contained in:
Richard Kimberly Heck 2018-10-08 16:27:47 -04:00
parent a77557e685
commit 7697bf7888
2 changed files with 2 additions and 2 deletions

View 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;
///

View 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